summaryrefslogtreecommitdiff
path: root/tests/i18n/contenttypes
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-10-22 20:38:11 -0300
committerRamiro Morales <cramm0@gmail.com>2013-10-22 22:19:56 -0300
commit51d2e1fb233b5507bf14300787939717c4d93834 (patch)
treecd692622147cbc60838aae05b1e3524aadae6ac5 /tests/i18n/contenttypes
parent2eb8f15516089e9b2ab34d9f4eb7a4a3a65ac63e (diff)
Fixed #21307 -- Moved TransRealMixin to django.test.utils.
Diffstat (limited to 'tests/i18n/contenttypes')
-rw-r--r--tests/i18n/contenttypes/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/i18n/contenttypes/tests.py b/tests/i18n/contenttypes/tests.py
index cbac9ec5da..c48f8fc6dd 100644
--- a/tests/i18n/contenttypes/tests.py
+++ b/tests/i18n/contenttypes/tests.py
@@ -5,13 +5,11 @@ import os
from django.contrib.contenttypes.models import ContentType
from django.test import TestCase
-from django.test.utils import override_settings
+from django.test.utils import override_settings, TransRealMixin
from django.utils._os import upath
from django.utils import six
from django.utils import translation
-from i18n import TransRealMixin
-
@override_settings(
USE_I18N=True,