diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-01 14:49:15 +0200 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-01 14:49:15 +0200 |
| commit | 0be84fd6b96c170db6020b5aed1e962d64ffedda (patch) | |
| tree | 58fca864d8fc47b2c615f483801374841401928a /test/test_tcp.py | |
| parent | a837230320378d629ba9f25960b1dfd25c892ad9 (diff) | |
| download | mitmproxy-0be84fd6b96c170db6020b5aed1e962d64ffedda.tar.gz mitmproxy-0be84fd6b96c170db6020b5aed1e962d64ffedda.tar.bz2 mitmproxy-0be84fd6b96c170db6020b5aed1e962d64ffedda.zip | |
fix tutils imports
Diffstat (limited to 'test/test_tcp.py')
| -rw-r--r-- | test/test_tcp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_tcp.py b/test/test_tcp.py index 289ed72f..2a5deb2b 100644 --- a/test/test_tcp.py +++ b/test/test_tcp.py @@ -10,8 +10,8 @@ import mock from OpenSSL import SSL import OpenSSL -from netlib import tcp, certutils -from . import tutils, tservers +from netlib import tcp, certutils, tutils +from . import tservers class EchoHandler(tcp.BaseHandler): |
