aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-20 10:25:36 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-20 10:25:36 +1300
commita684585e7cf7099ea61f23b3176b492883f19f00 (patch)
tree66feba6c536e46ca0ab8efc6ed194d93abef0f9e /test
parent1ecb25cdc10116c5341dc1024581365bec328b4e (diff)
downloadmitmproxy-a684585e7cf7099ea61f23b3176b492883f19f00.tar.gz
mitmproxy-a684585e7cf7099ea61f23b3176b492883f19f00.tar.bz2
mitmproxy-a684585e7cf7099ea61f23b3176b492883f19f00.zip
netlib.debug -> mitmproxy.utils.debug
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/test_utils_debug.py (renamed from test/netlib/test_debug.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/test_debug.py b/test/mitmproxy/test_utils_debug.py
index bdb85c9e..9acf8192 100644
--- a/test/netlib/test_debug.py
+++ b/test/mitmproxy/test_utils_debug.py
@@ -1,6 +1,6 @@
import io
-from netlib import debug
+from mitmproxy.utils import debug
def test_dump_info():