aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/console/test_help.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-10-19 21:26:54 +1300
committerGitHub <noreply@github.com>2016-10-19 21:26:54 +1300
commitb1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72 (patch)
treefee98428fbf36897aa874fd91fe5c9738bf2626f /test/mitmproxy/console/test_help.py
parent49346c5248b8aa33acef26f0d55f51dcd2493a59 (diff)
parent24cf8da27eb56a65bf3e4ceb78bbeacdb1864597 (diff)
downloadmitmproxy-b1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72.tar.gz
mitmproxy-b1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72.tar.bz2
mitmproxy-b1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72.zip
Merge pull request #1633 from cortesi/refactor2
Continue module structure cleanup
Diffstat (limited to 'test/mitmproxy/console/test_help.py')
-rw-r--r--test/mitmproxy/console/test_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/console/test_help.py b/test/mitmproxy/console/test_help.py
index 3c1cc57c..d34f3f5d 100644
--- a/test/mitmproxy/console/test_help.py
+++ b/test/mitmproxy/console/test_help.py
@@ -1,4 +1,4 @@
-import mitmproxy.console.help as help
+import mitmproxy.tools.console.help as help
from .. import tutils