diff options
| author | Adam Chainz <adam@adamj.eu> | 2016-11-05 11:35:58 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-15 11:46:06 -0500 |
| commit | 7c6efb3233ce01db96384483cef47769fba58ce2 (patch) | |
| tree | 2f5e1d90f806f815af45c8d6933c9d17615529c7 /tests/gis_tests/layermap | |
| parent | 9da45ff352db1d1b7c64e5c724e9b0b31822b967 (diff) | |
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0.
Diffstat (limited to 'tests/gis_tests/layermap')
| -rw-r--r-- | tests/gis_tests/layermap/models.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gis_tests/layermap/models.py b/tests/gis_tests/layermap/models.py index 1e313049fb..25dd0e4bcd 100644 --- a/tests/gis_tests/layermap/models.py +++ b/tests/gis_tests/layermap/models.py @@ -1,7 +1,6 @@ +from django.contrib.gis.db import models from django.utils.encoding import python_2_unicode_compatible -from ..models import models - @python_2_unicode_compatible class NamedModel(models.Model): |
