diff options
author | András Veres-Szentkirályi <vsza@vsza.hu> | 2012-03-01 16:20:34 +0100 |
---|---|---|
committer | András Veres-Szentkirályi <vsza@vsza.hu> | 2012-03-01 16:20:34 +0100 |
commit | 15ad7704d25978a1e803a638e0ad6142a9b76671 (patch) | |
tree | aa2a867ba39bcd63e6d5bc4eb862bbca5e373ac0 /test | |
parent | 533f61f67aab38f5bce882ad0dc03b7b5f292956 (diff) | |
download | mitmproxy-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')
-rw-r--r-- | test/test_utils.py | 2 |
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 |