diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-27 10:10:14 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-27 10:36:28 +0100 |
commit | c2bb29f669cd80509f4efe205551a9cf5fc29770 (patch) | |
tree | 0b5b71ecb430a2eaf6bcdca7cb8fa23e23ab2173 /test/test_proxy.py | |
parent | 299c7fa34c6e5492dfcc0bb0e7b01e9dd2201b59 (diff) | |
download | mitmproxy-c2bb29f669cd80509f4efe205551a9cf5fc29770.tar.gz mitmproxy-c2bb29f669cd80509f4efe205551a9cf5fc29770.tar.bz2 mitmproxy-c2bb29f669cd80509f4efe205551a9cf5fc29770.zip |
cleanup imports
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r-- | test/test_proxy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py index b498c800..1759f07a 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -10,7 +10,6 @@ from libmproxy.proxy.server import DummyServer, ProxyServer, ConnectionHandler from netlib.exceptions import TcpDisconnect import tutils from libpathod import test -from netlib import http, tcp from netlib.http import http1 |