From 8ad87ec6ea3c0a5a5816c9b4c0cb46671562a9c7 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Mon, 14 Mar 2011 21:11:42 +0000 Subject: [PATCH] [1.2.X] Fixed an invalid import in the GeoDjango 3D tests. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15804 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/gis/tests/geo3d/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/gis/tests/geo3d/tests.py b/django/contrib/gis/tests/geo3d/tests.py index f57445c4eb..a1dce9af5b 100644 --- a/django/contrib/gis/tests/geo3d/tests.py +++ b/django/contrib/gis/tests/geo3d/tests.py @@ -1,6 +1,6 @@ import os import re -from django.utils.unittest import TestCase +from unittest import TestCase from django.contrib.gis.db.models import Union, Extent3D from django.contrib.gis.geos import GEOSGeometry, Point, Polygon from django.contrib.gis.utils import LayerMapping, LayerMapError