diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 11:42:55 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 11:42:55 +1300 |
commit | 853e03a5e753354fad3a3fa5384ef3a09384ef43 (patch) | |
tree | 67435786604e0efaa45a49fcd17bda78fe680801 /test/pathod/test_protocols_http2.py | |
parent | 9491d8589a265be33a5d6fac92c1213fd5b719d4 (diff) | |
download | mitmproxy-853e03a5e753354fad3a3fa5384ef3a09384ef43.tar.gz mitmproxy-853e03a5e753354fad3a3fa5384ef3a09384ef43.tar.bz2 mitmproxy-853e03a5e753354fad3a3fa5384ef3a09384ef43.zip |
netlib.tutils -> mitmproxy.test.tutils
There's a LOT more to be done refactoring our different conflicting test utils.
Diffstat (limited to 'test/pathod/test_protocols_http2.py')
-rw-r--r-- | test/pathod/test_protocols_http2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/test_protocols_http2.py b/test/pathod/test_protocols_http2.py index bb69bd10..a7303115 100644 --- a/test/pathod/test_protocols_http2.py +++ b/test/pathod/test_protocols_http2.py @@ -3,7 +3,7 @@ import codecs import hyperframe from netlib import tcp, http -from netlib.tutils import raises +from mitmproxy.test.tutils import raises from netlib.http import http2 from mitmproxy import exceptions |