diff options
Diffstat (limited to 'tests/admin_widgets/tests.py')
| -rw-r--r-- | tests/admin_widgets/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_widgets/tests.py b/tests/admin_widgets/tests.py index 4823883f42..8edb2f5904 100644 --- a/tests/admin_widgets/tests.py +++ b/tests/admin_widgets/tests.py @@ -2,6 +2,7 @@ from __future__ import absolute_import, unicode_literals from datetime import datetime +from unittest import TestCase from django import forms from django.conf import settings @@ -16,7 +17,6 @@ from django.test.utils import override_settings from django.utils import six from django.utils import translation from django.utils.html import conditional_escape -from django.utils.unittest import TestCase from . import models from .widgetadmin import site as widget_admin_site |
