summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-17 13:22:52 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 13:22:52 -0500
commite278407b20af0fd957fc3f39244a991c7520f2ba (patch)
treeae61d5786bb3df743f19a10c4f775dd5f3de1d1f /tests/admin_scripts
parent4a03d348c70caa3e21393e08e6e665ef752202ac (diff)
Removed unused imports from previous commit.
Diffstat (limited to 'tests/admin_scripts')
-rw-r--r--tests/admin_scripts/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py
index f4a29552b5..cbe2a5e6e3 100644
--- a/tests/admin_scripts/tests.py
+++ b/tests/admin_scripts/tests.py
@@ -19,13 +19,11 @@ import unittest
import django
from django import conf, get_version
from django.conf import settings
-from django.core.exceptions import ImproperlyConfigured
from django.core.management import BaseCommand, CommandError, call_command, color
-from django.utils.deprecation import RemovedInDjango19Warning
from django.utils.encoding import force_text
from django.utils._os import npath, upath
from django.utils.six import StringIO
-from django.test import LiveServerTestCase, TestCase, ignore_warnings, mock, override_settings
+from django.test import LiveServerTestCase, TestCase, mock, override_settings
from django.test.runner import DiscoverRunner