summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_web_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/tests/test_web_auth.py')
-rw-r--r--deluge/tests/test_web_auth.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/deluge/tests/test_web_auth.py b/deluge/tests/test_web_auth.py
index a5185737c..84a5586f4 100644
--- a/deluge/tests/test_web_auth.py
+++ b/deluge/tests/test_web_auth.py
@@ -4,8 +4,6 @@
# the additional special exception to link portions of this program with the OpenSSL library.
# See LICENSE for more details.
#
-from __future__ import unicode_literals
-
from mock import patch
from twisted.trial import unittest