X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=patchwork%2Ftests%2Ftest_mail_settings.py;fp=patchwork%2Ftests%2Ftest_mail_settings.py;h=35c832ae7136ed0d32794a0b638c40d6d30a7cf1;hb=8766d4ebc4f742d4d396f5046f6ecfdfd19f73e8;hp=a193c9711375920d08a27fc131e6816f31b2a0ce;hpb=933a8af5e7d6df1d6bd17bedf17689b0c09640aa;p=patchwork diff --git a/patchwork/tests/test_mail_settings.py b/patchwork/tests/test_mail_settings.py index a193c97..35c832a 100644 --- a/patchwork/tests/test_mail_settings.py +++ b/patchwork/tests/test_mail_settings.py @@ -17,13 +17,10 @@ # 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