1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

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

This commit is contained in:
Tim Graham 2015-12-18 18:15:16 -05:00
parent 67a62703cc
commit 8957f8c00d

View File

@ -14,7 +14,9 @@ from unittest import skipUnless
from django.conf import settings from django.conf import settings
from django.template import Context, Template from django.template import Context, Template
from django.template.base import TemplateSyntaxError 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 import six, translation
from django.utils._os import upath from django.utils._os import upath
from django.utils.formats import ( from django.utils.formats import (