summaryrefslogtreecommitdiff
path: root/tests/defaultfilters/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/defaultfilters/tests.py')
-rw-r--r--tests/defaultfilters/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/defaultfilters/tests.py b/tests/defaultfilters/tests.py
index d0009c6e66..15b96be881 100644
--- a/tests/defaultfilters/tests.py
+++ b/tests/defaultfilters/tests.py
@@ -3,11 +3,12 @@ from __future__ import unicode_literals
import datetime
import decimal
+import unittest
from django.template.defaultfilters import *
from django.test import TestCase
from django.utils import six
-from django.utils import unittest, translation
+from django.utils import translation
from django.utils.safestring import SafeData
from django.utils.encoding import python_2_unicode_compatible