diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-11-14 23:09:20 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-11-14 23:09:20 +0100 |
| commit | 2cfff0cb729cd50b6045f8d7164ed5462eeac006 (patch) | |
| tree | 17e38bea5e5f3c08e684f28afea2246670203116 /tests/datetimes | |
| parent | 67c30426c1370f5d6c39bd73888c3902c1c5f365 (diff) | |
Fixed wrong override_settings path introduced by 67c30426c1370f5d6c39bd73888c3902c1c5f365.
Diffstat (limited to 'tests/datetimes')
| -rw-r--r-- | tests/datetimes/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/datetimes/tests.py b/tests/datetimes/tests.py index 6090a8a6df..64b934ed41 100644 --- a/tests/datetimes/tests.py +++ b/tests/datetimes/tests.py @@ -8,7 +8,8 @@ try: except ImportError: pytz = None -from django.test import TestCase, override_settings +from django.test import TestCase +from django.test.utils import override_settings from django.utils import timezone |
