Commit 2cfff0cb authored by Baptiste Mispelon's avatar Baptiste Mispelon
Browse files

Fixed wrong override_settings path introduced by 67c30426.

parent 67c30426
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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