From 579a63c35a10561e50bedcfc3fc20abb109092cc Mon Sep 17 00:00:00 2001 From: Jivan Amara Date: Wed, 9 Nov 2016 17:11:33 -0800 Subject: [PATCH] Updated tests_original._TEST_FILES_DIR to reflect new location in project. --- osgeo_importer/tests/tests_original.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osgeo_importer/tests/tests_original.py b/osgeo_importer/tests/tests_original.py index 0204a9f..c6496c3 100644 --- a/osgeo_importer/tests/tests_original.py +++ b/osgeo_importer/tests/tests_original.py @@ -35,7 +35,7 @@ # Set the location of test files in one place instead of repeating _TEST_FILES_DIR = os.path.abspath( - os.path.join(os.path.dirname(__file__), '..', 'importer-test-files')) + os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 'importer-test-files')) def test_file(filename):