1
0
mirror of https://github.com/django/django.git synced 2025-04-15 21:04:36 +00:00

Fixed wrong override_settings path introduced by 67c30426c1370f5d6c39bd73888c3902c1c5f365.

This commit is contained in:
Baptiste Mispelon 2013-11-14 23:09:20 +01:00
parent 67c30426c1
commit 2cfff0cb72

View File

@ -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