From 83246ca8b9e94070e4b86e9b94ef8573c3259517 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Wed, 30 Mar 2011 16:46:24 +0000 Subject: [PATCH] Fixed tests broke in r15926. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15945 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/gis/tests/layermap/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/gis/tests/layermap/tests.py b/django/contrib/gis/tests/layermap/tests.py index 3caa22d09b..22148409f6 100644 --- a/django/contrib/gis/tests/layermap/tests.py +++ b/django/contrib/gis/tests/layermap/tests.py @@ -1,5 +1,5 @@ -import copy import os +from copy import copy from decimal import Decimal from django.utils.unittest import TestCase