summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/contenttypes_tests')
-rw-r--r--tests/contenttypes_tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/contenttypes_tests/tests.py b/tests/contenttypes_tests/tests.py
index 9cc254e665..d3c19fd910 100644
--- a/tests/contenttypes_tests/tests.py
+++ b/tests/contenttypes_tests/tests.py
@@ -1,7 +1,7 @@
from __future__ import unicode_literals
+from django.apps.cache import AppCache
from django.contrib.contenttypes.models import ContentType
-from django.core.apps.cache import AppCache
from django.db import models
from django.test import TestCase