]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/tests/test_user.py
trivial: Remove dead imports from 'tests'
[patchwork] / patchwork / tests / test_user.py
index 9eeda7f7b8c83cf470a8bd103a0a92c31c6eb70c..8bef45a746b45d49c0b3448b27e77d4575172101 100644 (file)
@@ -17,9 +17,7 @@
 # along with Patchwork; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-import unittest
 from django.test import TestCase
-from django.test.client import Client
 from django.core import mail
 from django.core.urlresolvers import reverse
 from django.conf import settings