Author: jbronn Date: 2011-03-30 09:46:24 -0700 (Wed, 30 Mar 2011) New Revision: 15945
Modified: django/trunk/django/contrib/gis/tests/layermap/tests.py Log: Fixed tests broke in r15926. Modified: django/trunk/django/contrib/gis/tests/layermap/tests.py =================================================================== --- django/trunk/django/contrib/gis/tests/layermap/tests.py 2011-03-30 08:34:05 UTC (rev 15944) +++ django/trunk/django/contrib/gis/tests/layermap/tests.py 2011-03-30 16:46:24 UTC (rev 15945) @@ -1,5 +1,5 @@ -import copy import os +from copy import copy from decimal import Decimal from django.utils.unittest import TestCase -- 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.
