summaryrefslogtreecommitdiff
path: root/tests/mail/test_sendtestemail.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-03-20 13:31:49 -0400
committerTim Graham <timograham@gmail.com>2015-03-20 13:31:49 -0400
commit4a5d967dfeb930ae47bbd0d507c462ac132c284f (patch)
tree37cc37f607fadb077cf88c2f2bc2032a62a0a230 /tests/mail/test_sendtestemail.py
parent7bf775258e7db4c58b186b979c415321f7b07132 (diff)
Removed unused import.
Diffstat (limited to 'tests/mail/test_sendtestemail.py')
-rw-r--r--tests/mail/test_sendtestemail.py2
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):