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/tutils.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/tutils.py')
-rw-r--r-- | test/pathod/tutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/tutils.py b/test/pathod/tutils.py index 171d97a4..16dec187 100644 --- a/test/pathod/tutils.py +++ b/test/pathod/tutils.py @@ -8,7 +8,7 @@ import urllib from mitmproxy.utils import data from netlib import tcp -from netlib import tutils +from mitmproxy.test import tutils from pathod import language from pathod import pathoc |