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/handlers/tests.py | |
| parent | da16bb30ff238aa4d59b4186d92ef5429d8d0045 (diff) | |
Imported override_settings from its new location.
Diffstat (limited to 'tests/handlers/tests.py')
| -rw-r--r-- | tests/handlers/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/tests.py b/tests/handlers/tests.py index f5dc7c8531..ae8b9529f5 100644 --- a/tests/handlers/tests.py +++ b/tests/handlers/tests.py @@ -6,7 +6,7 @@ from django.core.handlers.wsgi import WSGIHandler, WSGIRequest from django.core.signals import request_started, request_finished from django.db import close_old_connections, connection from django.test import RequestFactory, TestCase, TransactionTestCase -from django.test.utils import override_settings +from django.test import override_settings from django.utils.encoding import force_str from django.utils import six |
