diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-23 16:01:13 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-23 21:37:56 +0100 |
| commit | e32095616c50bef9b06dc8637a99584ba947bae5 (patch) | |
| tree | cf37f3c2201a0ad6053e9f4acf8a7e6c3507e410 /tests/i18n/contenttypes/tests.py | |
| parent | da16bb30ff238aa4d59b4186d92ef5429d8d0045 (diff) | |
Imported override_settings from its new location.
Diffstat (limited to 'tests/i18n/contenttypes/tests.py')
| -rw-r--r-- | tests/i18n/contenttypes/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/i18n/contenttypes/tests.py b/tests/i18n/contenttypes/tests.py index c48f8fc6dd..894ae0a3c7 100644 --- a/tests/i18n/contenttypes/tests.py +++ b/tests/i18n/contenttypes/tests.py @@ -4,8 +4,8 @@ from __future__ import unicode_literals import os from django.contrib.contenttypes.models import ContentType -from django.test import TestCase -from django.test.utils import override_settings, TransRealMixin +from django.test import TestCase, override_settings +from django.test.utils import TransRealMixin from django.utils._os import upath from django.utils import six from django.utils import translation |
