summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_context_processors.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/auth/tests/test_context_processors.py')
-rw-r--r--django/contrib/auth/tests/test_context_processors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/auth/tests/test_context_processors.py b/django/contrib/auth/tests/test_context_processors.py
index 2f7e5ab4b2..3e1c19e91d 100644
--- a/django/contrib/auth/tests/test_context_processors.py
+++ b/django/contrib/auth/tests/test_context_processors.py
@@ -1,7 +1,7 @@
from django.contrib.auth import authenticate
-from django.contrib.auth.models import User, Permission
+from django.contrib.auth.context_processors import PermLookupDict, PermWrapper
+from django.contrib.auth.models import Permission, User
from django.contrib.contenttypes.models import ContentType
-from django.contrib.auth.context_processors import PermWrapper, PermLookupDict
from django.db.models import Q
from django.test import TestCase, override_settings