summaryrefslogtreecommitdiff
path: root/django/contrib/gis/forms/fields.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/gis/forms/fields.py')
-rw-r--r--django/contrib/gis/forms/fields.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/django/contrib/gis/forms/fields.py b/django/contrib/gis/forms/fields.py
index af481b8be7..4ae56de88b 100644
--- a/django/contrib/gis/forms/fields.py
+++ b/django/contrib/gis/forms/fields.py
@@ -1,11 +1,9 @@
from __future__ import unicode_literals
from django import forms
+from django.contrib.gis.geos import GEOSException, GEOSGeometry
from django.utils.translation import ugettext_lazy as _
-# While this couples the geographic forms to the GEOS library,
-# it decouples from database (by not importing SpatialBackend).
-from django.contrib.gis.geos import GEOSException, GEOSGeometry
from .widgets import OpenLayersWidget