Commit 8957f8c0 authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Added missing import for previous commit.

parent 67a62703
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@ from unittest import skipUnless
from django.conf import settings
from django.template import Context, Template
from django.template.base import TemplateSyntaxError
from django.test import RequestFactory, TestCase, override_settings
from django.test import (
    RequestFactory, SimpleTestCase, TestCase, override_settings,
)
from django.utils import six, translation
from django.utils._os import upath
from django.utils.formats import (