summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/datetimes/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datetimes/tests.py b/tests/datetimes/tests.py
index 64b934ed41..a525409b94 100644
--- a/tests/datetimes/tests.py
+++ b/tests/datetimes/tests.py
@@ -1,7 +1,6 @@
from __future__ import absolute_import
import datetime
-from unittest import skipIf
try:
import pytz
@@ -11,6 +10,7 @@ except ImportError:
from django.test import TestCase
from django.test.utils import override_settings
from django.utils import timezone
+from django.utils.unittest import skipIf
from .models import Article, Comment, Category