summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/geometries.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-29 08:54:30 -0400
committerTim Graham <timograham@gmail.com>2014-03-29 08:54:30 -0400
commit2cc8840397bff8e5f99a7a2486dd295c42769e65 (patch)
tree9906ab3aa94ae85d80d3e92b6d64783d262b3c69 /django/contrib/gis/gdal/geometries.py
parent41903d025a6ea79ccc4cc38a398b1286ef6e1319 (diff)
downloaddjango-2cc8840397bff8e5f99a7a2486dd295c42769e65.tar.gz
Removed unused imports.
Diffstat (limited to 'django/contrib/gis/gdal/geometries.py')
-rw-r--r--django/contrib/gis/gdal/geometries.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/gis/gdal/geometries.py b/django/contrib/gis/gdal/geometries.py
index 5fa4b85373..8655132f41 100644
--- a/django/contrib/gis/gdal/geometries.py
+++ b/django/contrib/gis/gdal/geometries.py
@@ -50,7 +50,6 @@ from django.contrib.gis.gdal.base import GDALBase
from django.contrib.gis.gdal.envelope import Envelope, OGREnvelope
from django.contrib.gis.gdal.error import OGRException, OGRIndexError, SRSException
from django.contrib.gis.gdal.geomtype import OGRGeomType
-from django.contrib.gis.gdal.libgdal import GDAL_VERSION
from django.contrib.gis.gdal.srs import SpatialReference, CoordTransform
# Getting the ctypes prototype functions that interface w/the GDAL C library.