aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
diff options
context:
space:
mode:
authorAndrás Veres-Szentkirályi <vsza@vsza.hu>2012-03-01 16:20:34 +0100
committerAndrás Veres-Szentkirályi <vsza@vsza.hu>2012-03-01 16:20:34 +0100
commit15ad7704d25978a1e803a638e0ad6142a9b76671 (patch)
treeaa2a867ba39bcd63e6d5bc4eb862bbca5e373ac0 /test/test_utils.py
parent533f61f67aab38f5bce882ad0dc03b7b5f292956 (diff)
downloadmitmproxy-15ad7704d25978a1e803a638e0ad6142a9b76671.tar.gz
mitmproxy-15ad7704d25978a1e803a638e0ad6142a9b76671.tar.bz2
mitmproxy-15ad7704d25978a1e803a638e0ad6142a9b76671.zip
Removed imports left unused after Py{OpenSSL,ASN1}
Commits 533f61f67aab38f5bce882ad0dc03b7b5f292956 and 8b841bc9e370370716b473f26e001c65e2eee2af left some imports unused while swithing to PyOpenSSL and PyASN1 -- this commit removes these imports.
Diffstat (limited to 'test/test_utils.py')
-rw-r--r--test/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index 17c677a7..9ab6d7b9 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -1,4 +1,4 @@
-import textwrap, os, re, json
+import textwrap, re, json
import libpry
from libmproxy import utils