Added missing import from last commit.

This commit is contained in:
Tim Graham 2015-02-12 08:18:10 -05:00
parent 27eeb64a96
commit e4999bf671
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ from django.http import (
HttpRequest, HttpResponsePermanentRedirect, HttpResponseRedirect,
)
from django.shortcuts import redirect
from django.test import TestCase, ignore_warnings, override_settings
from django.test import (
SimpleTestCase, TestCase, ignore_warnings, override_settings,
)
from django.utils import six
from django.utils.deprecation import RemovedInDjango20Warning