diff options
| author | Justin Bronn <jbronn@gmail.com> | 2011-03-30 16:46:24 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2011-03-30 16:46:24 +0000 |
| commit | 83246ca8b9e94070e4b86e9b94ef8573c3259517 (patch) | |
| tree | d5d221a79950b593b720f37876ec3c44199c6308 | |
| parent | 37ed6f26812e960a034cb1312257bf7436bad965 (diff) | |
Fixed tests broke in r15926.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/gis/tests/layermap/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
