App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / django / contrib / gis / geometry / backend / geos.py
blobcdc40ed93f8373beea88ef9343f2bbf31c8b7d6f
1 from django.contrib.gis.geos import (
2 GEOSGeometry as Geometry, GEOSException as GeometryException)