diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-20 13:31:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-20 13:31:49 -0400 |
| commit | 4a5d967dfeb930ae47bbd0d507c462ac132c284f (patch) | |
| tree | 37cc37f607fadb077cf88c2f2bc2032a62a0a230 /tests/mail/test_sendtestemail.py | |
| parent | 7bf775258e7db4c58b186b979c415321f7b07132 (diff) | |
Removed unused import.
Diffstat (limited to 'tests/mail/test_sendtestemail.py')
| -rw-r--r-- | tests/mail/test_sendtestemail.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/mail/test_sendtestemail.py b/tests/mail/test_sendtestemail.py index cb7737e9ff..5fff7c8809 100644 --- a/tests/mail/test_sendtestemail.py +++ b/tests/mail/test_sendtestemail.py @@ -1,11 +1,9 @@ -# -*- coding: utf-8 -*- 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 -from django.utils.six import StringIO class SendTestEmailManagementCommand(SimpleTestCase): |
