diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-20 17:57:11 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-20 17:57:11 -0400 |
| commit | a3e75f6bede9eab2933295780d8643509cea09f1 (patch) | |
| tree | ce468642be3c4cbf905a8e92b24f1f68aaa5584d /tests/mail/test_sendtestemail.py | |
| parent | 6770b7ecd208a0746f181e54202fb829460c6490 (diff) | |
Removed unused imports.
Diffstat (limited to 'tests/mail/test_sendtestemail.py')
| -rw-r--r-- | tests/mail/test_sendtestemail.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mail/test_sendtestemail.py b/tests/mail/test_sendtestemail.py index ccc54caefb..ccf04f9d77 100644 --- a/tests/mail/test_sendtestemail.py +++ b/tests/mail/test_sendtestemail.py @@ -2,7 +2,6 @@ from __future__ import unicode_literals from django.core import mail from django.core.management import call_command -from django.core.management.base import CommandError from django.test import SimpleTestCase |
