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/netlib/http/test_authentication.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/netlib/http/test_authentication.py')
-rw-r--r-- | test/netlib/http/test_authentication.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/http/test_authentication.py b/test/netlib/http/test_authentication.py index 95d72447..5e04bbc5 100644 --- a/test/netlib/http/test_authentication.py +++ b/test/netlib/http/test_authentication.py @@ -1,6 +1,6 @@ import binascii -from netlib import tutils +from mitmproxy.test import tutils from netlib.http import authentication, Headers |