Forgot to remove import of defunct `GeoMixin`.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Justin Bronn 2009-03-31 17:19:03 +00:00
parent 131de1cf2b
commit 449a83ba2e
1 changed files with 0 additions and 3 deletions

View File

@ -12,6 +12,3 @@ from django.contrib.gis.db.models.fields import \
GeometryField, PointField, LineStringField, PolygonField, \
MultiPointField, MultiLineStringField, MultiPolygonField, \
GeometryCollectionField
# The geographic mixin class.
from mixin import GeoMixin