Changeset 5761
- Timestamp:
- 07/25/07 21:00:38 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis/django/contrib/gis/gdal/geomtype.py
r5749 r5761 1 1 from types import StringType 2 from django.contrib.gis.gdal.error import OGRException 2 3 3 4 #### OGRGeomType #### django/branches/gis/django/contrib/gis/utils/__init__.py
r5613 r5761 1 1 from LayerMapping import LayerMapping 2 2 from inspect_data import sample 3 from spatial_db import create_spatial_db
