summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geo3d/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gis_tests/geo3d/tests.py')
-rw-r--r--tests/gis_tests/geo3d/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/geo3d/tests.py b/tests/gis_tests/geo3d/tests.py
index d8a788ef4e..ad34caf7e0 100644
--- a/tests/gis_tests/geo3d/tests.py
+++ b/tests/gis_tests/geo3d/tests.py
@@ -142,7 +142,7 @@ class Geo3DTest(Geo3DLoadingHelper, TestCase):
Testing LayerMapping on 3D models.
"""
# Import here as GDAL is required for those imports
- from django.contrib.gis.utils import LayerMapping, LayerMapError
+ from django.contrib.gis.utils import LayerMapError, LayerMapping
point_mapping = {'point': 'POINT'}
mpoint_mapping = {'mpoint': 'MULTIPOINT'}