]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/tests/test_mail_settings.py
trivial: Remove dead imports from 'tests'
[patchwork] / patchwork / tests / test_mail_settings.py
index a193c9711375920d08a27fc131e6816f31b2a0ce..35c832ae7136ed0d32794a0b638c40d6d30a7cf1 100644 (file)
 # along with Patchwork; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-import unittest
 import re
 from django.test import TestCase
-from django.test.client import Client
 from django.core import mail
 from django.core.urlresolvers import reverse
-from django.contrib.auth.models import User
 from patchwork.models import EmailOptout, EmailConfirmation, Person
 from patchwork.tests.utils import create_user, error_strings