summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/django/contrib/gis/geometry/backend/geos.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/django/contrib/gis/geometry/backend/geos.py')
-rw-r--r--lib/python2.7/site-packages/django/contrib/gis/geometry/backend/geos.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python2.7/site-packages/django/contrib/gis/geometry/backend/geos.py b/lib/python2.7/site-packages/django/contrib/gis/geometry/backend/geos.py
deleted file mode 100644
index cdc40ed..0000000
--- a/lib/python2.7/site-packages/django/contrib/gis/geometry/backend/geos.py
+++ /dev/null
@@ -1,2 +0,0 @@
-from django.contrib.gis.geos import (
- GEOSGeometry as Geometry, GEOSException as GeometryException)