Fixed wrong override_settings path introduced by 67c30426c1.

This commit is contained in:
Baptiste Mispelon 2013-11-14 23:09:20 +01:00
parent 67c30426c1
commit 2cfff0cb72
1 changed files with 2 additions and 1 deletions

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