diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-10-17 09:55:49 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-10-17 09:55:49 +0200 |
commit | e59a3be09d9f044572ce97a5f683707927fff863 (patch) | |
tree | c94f46bfd23449c89d9bfc6d4cbc64477f151d84 | |
parent | 7047531a3c639f331a5fbca2ab734846f6629f8d (diff) | |
download | mitmproxy-e59a3be09d9f044572ce97a5f683707927fff863.tar.gz mitmproxy-e59a3be09d9f044572ce97a5f683707927fff863.tar.bz2 mitmproxy-e59a3be09d9f044572ce97a5f683707927fff863.zip |
removed unused import
-rw-r--r-- | mitmproxy/proxy/modes/socks_proxy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mitmproxy/proxy/modes/socks_proxy.py b/mitmproxy/proxy/modes/socks_proxy.py index 3d8c9ee8..f6537b9e 100644 --- a/mitmproxy/proxy/modes/socks_proxy.py +++ b/mitmproxy/proxy/modes/socks_proxy.py @@ -1,9 +1,7 @@ - import netlib.exceptions from mitmproxy import exceptions from mitmproxy import protocol from netlib import socks -from netlib import tcp class Socks5Proxy(protocol.Layer, protocol.ServerConnectionMixin): |