This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
1cd6e04cd4
django1
/
django
/
contrib
/
gis
/
geometry
/
backend
/
geos.py
3 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-13 17:35:51 +08:00
from
django
.
contrib
.
gis
.
geos
import
(
GEOSGeometry
as
Geometry
,
GEOSException
as
GeometryException
)