summaryrefslogtreecommitdiff
path: root/tests/wsgi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wsgi')
-rw-r--r--tests/wsgi/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wsgi/tests.py b/tests/wsgi/tests.py
index 90397bb742..567ca94f98 100644
--- a/tests/wsgi/tests.py
+++ b/tests/wsgi/tests.py
@@ -7,9 +7,8 @@ from django.core.servers.basehttp import get_internal_wsgi_application
from django.core.signals import request_started
from django.core.wsgi import get_wsgi_application
from django.db import close_old_connections
-from django.test import TestCase
+from django.test import TestCase, override_settings
from django.test.client import RequestFactory
-from django.test.utils import override_settings
from django.utils import six