diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-16 20:49:10 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-16 20:56:33 +0100 |
commit | d95a1f9819ded642174fad789a8fb0c595ca0840 (patch) | |
tree | b0df4816332f76a5f37f8b9783d90939c41ef65b /test/mitmproxy/test_console_help.py | |
parent | f1a0a3b228181457d10f4ffbe6609769d22fabba (diff) | |
download | mitmproxy-d95a1f9819ded642174fad789a8fb0c595ca0840.tar.gz mitmproxy-d95a1f9819ded642174fad789a8fb0c595ca0840.tar.bz2 mitmproxy-d95a1f9819ded642174fad789a8fb0c595ca0840.zip |
fix all libmproxy->mitmproxy references
Diffstat (limited to 'test/mitmproxy/test_console_help.py')
-rw-r--r-- | test/mitmproxy/test_console_help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/test_console_help.py b/test/mitmproxy/test_console_help.py index f1a71faf..0589bd68 100644 --- a/test/mitmproxy/test_console_help.py +++ b/test/mitmproxy/test_console_help.py @@ -3,7 +3,7 @@ from unittest.case import SkipTest if os.name == "nt": raise SkipTest("Skipped on Windows.") -import libmproxy.console.help as help +import mitmproxy.console.help as help class TestHelp: |