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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/forms/fields.py b/django/contrib/gis/forms/fields.py
index 2445e54715..151f66c39c 100644
--- a/django/contrib/gis/forms/fields.py
+++ b/django/contrib/gis/forms/fields.py
@@ -5,7 +5,7 @@ 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, fromstr
+from django.contrib.gis.geos import GEOSException, GEOSGeometry
from .widgets import OpenLayersWidget