aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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():