diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-08-20 14:59:23 -0300 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2013-08-21 22:32:04 +0100 |
| commit | c5fbd1636203e697c214dcad54e4f3db1d7c9685 (patch) | |
| tree | 4c88ca8d9feff2adb2387eaa5a5e5fe726de9d6e /django | |
| parent | 01223840f34ff2eacf1425bc133c347564fe2614 (diff) | |
Import test case classes from their public API module.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/messages/tests/test_mixins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/messages/tests/test_mixins.py b/django/contrib/messages/tests/test_mixins.py index 8eef4cb3dc..a24d580bd8 100644 --- a/django/contrib/messages/tests/test_mixins.py +++ b/django/contrib/messages/tests/test_mixins.py @@ -1,4 +1,4 @@ -from django.test.testcases import TestCase +from django.test import TestCase from django.contrib.messages.tests.urls import ContactFormViewWithMsg from django.core.urlresolvers import reverse |
