From e278407b20af0fd957fc3f39244a991c7520f2ba Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 17 Jan 2015 13:22:52 -0500 Subject: Removed unused imports from previous commit. --- tests/admin_scripts/tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/admin_scripts') 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 -- cgit v1.3