diff options
Diffstat (limited to 'tests/admin_custom_urls/tests.py')
| -rw-r--r-- | tests/admin_custom_urls/tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/admin_custom_urls/tests.py b/tests/admin_custom_urls/tests.py index f7a469efe9..d629c78e04 100644 --- a/tests/admin_custom_urls/tests.py +++ b/tests/admin_custom_urls/tests.py @@ -3,8 +3,7 @@ from __future__ import unicode_literals from django.contrib.admin.utils import quote from django.core.urlresolvers import reverse from django.template.response import TemplateResponse -from django.test import TestCase -from django.test.utils import override_settings +from django.test import TestCase, override_settings from .models import Action, Person, Car |
