summaryrefslogtreecommitdiff
path: root/tests/deprecation/tests.py
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-08-20 14:59:23 -0300
committerRamiro Morales <cramm0@gmail.com>2013-08-20 22:23:41 -0300
commitdeebb1a97767b69249a107848661456bf452d1f1 (patch)
tree6d8bfa4ca39f8e9193ba3f5a5eb0d8ee29cc53cd /tests/deprecation/tests.py
parentf9d1d5dc1377cb21b39452b0897e7a79a3d02844 (diff)
downloaddjango-deebb1a97767b69249a107848661456bf452d1f1.tar.gz
Import test case classes from their public API module.
Diffstat (limited to 'tests/deprecation/tests.py')
-rw-r--r--tests/deprecation/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/deprecation/tests.py b/tests/deprecation/tests.py
index fda780c7e6..719bd635db 100644
--- a/tests/deprecation/tests.py
+++ b/tests/deprecation/tests.py
@@ -1,7 +1,7 @@
from __future__ import unicode_literals
import warnings
-from django.test.testcases import SimpleTestCase
+from django.test import SimpleTestCase
from django.utils import six
from django.utils.deprecation import RenameMethodsBase