summaryrefslogtreecommitdiff
path: root/tests/regressiontests/special_headers/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/special_headers/tests.py')
-rw-r--r--tests/regressiontests/special_headers/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/special_headers/tests.py b/tests/regressiontests/special_headers/tests.py
index 45e6a82b2b..4de518c89e 100644
--- a/tests/regressiontests/special_headers/tests.py
+++ b/tests/regressiontests/special_headers/tests.py
@@ -1,7 +1,7 @@
import warnings
-from django.test import TestCase
from django.contrib.auth.models import User
+from django.test import TestCase
class SpecialHeadersTest(TestCase):