Author: jbronn Date: 2007-09-19 21:31:10 -0500 (Wed, 19 Sep 2007) New Revision: 6387
Modified: django/branches/gis/django/contrib/gis/utils/__init__.py Log: gis: fixed improper import in utils module. Modified: django/branches/gis/django/contrib/gis/utils/__init__.py =================================================================== --- django/branches/gis/django/contrib/gis/utils/__init__.py 2007-09-20 02:19:48 UTC (rev 6386) +++ django/branches/gis/django/contrib/gis/utils/__init__.py 2007-09-20 02:31:10 UTC (rev 6387) @@ -1,6 +1,5 @@ from django.contrib.gis.utils.layermapping import LayerMapping from django.contrib.gis.utils.inspect_data import sample -from django.contrib.gis.utils.shortcuts import render_to_kml # Importing GeoIP try: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
