summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-19 12:40:49 -0400
committerTim Graham <timograham@gmail.com>2014-08-19 12:40:49 -0400
commitad9ba9d27bc1ea441246c9e8803df41ca6b4a913 (patch)
treef5f55e45984931abf2ec2994034c539f303b9150
parent03c1609c473e14063bcea02dec248095d9c10579 (diff)
Removed unused imports.
-rw-r--r--django/contrib/gis/tests/geoapp/test_feeds.py1
-rw-r--r--django/contrib/gis/tests/geoapp/test_regress.py1
-rw-r--r--django/contrib/gis/tests/geoapp/test_sitemaps.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/django/contrib/gis/tests/geoapp/test_feeds.py b/django/contrib/gis/tests/geoapp/test_feeds.py
index a5023464a9..1b89823ecb 100644
--- a/django/contrib/gis/tests/geoapp/test_feeds.py
+++ b/django/contrib/gis/tests/geoapp/test_feeds.py
@@ -1,6 +1,5 @@
from __future__ import unicode_literals
-from unittest import skipUnless
from xml.dom import minidom
from django.conf import settings
diff --git a/django/contrib/gis/tests/geoapp/test_regress.py b/django/contrib/gis/tests/geoapp/test_regress.py
index 4419668d51..117c786cdd 100644
--- a/django/contrib/gis/tests/geoapp/test_regress.py
+++ b/django/contrib/gis/tests/geoapp/test_regress.py
@@ -2,7 +2,6 @@
from __future__ import unicode_literals
from datetime import datetime
-from unittest import skipUnless
from django.contrib.gis.geos import HAS_GEOS
from django.contrib.gis.tests.utils import no_mysql, no_spatialite
diff --git a/django/contrib/gis/tests/geoapp/test_sitemaps.py b/django/contrib/gis/tests/geoapp/test_sitemaps.py
index c7066d9095..5f5dfda3a0 100644
--- a/django/contrib/gis/tests/geoapp/test_sitemaps.py
+++ b/django/contrib/gis/tests/geoapp/test_sitemaps.py
@@ -1,7 +1,6 @@
from __future__ import unicode_literals
from io import BytesIO
-from unittest import skipUnless
from xml.dom import minidom
import warnings
import zipfile