diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-15 22:04:25 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-22 15:30:33 +0200 |
commit | 2b0465dbb93dd4bf0d6db366db597c05e92121d8 (patch) | |
tree | 5bbb540800a154e840334b2c2141581ecb03de26 /test/test_pathod.py | |
parent | a2bf19125a92a4fa372708cf2cda7887ab62ac76 (diff) | |
download | mitmproxy-2b0465dbb93dd4bf0d6db366db597c05e92121d8.tar.gz mitmproxy-2b0465dbb93dd4bf0d6db366db597c05e92121d8.tar.bz2 mitmproxy-2b0465dbb93dd4bf0d6db366db597c05e92121d8.zip |
use new netlib module names
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r-- | test/test_pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py index 12f7bac0..c8060594 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -3,7 +3,7 @@ import cStringIO import OpenSSL from libpathod import pathod, version -from netlib import tcp, http, http2 +from netlib import tcp, http import tutils |