diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-02-17 10:35:41 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@corte.si> | 2016-02-17 10:35:41 +1300 |
commit | 887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d (patch) | |
tree | 4c3b4f9cc555a945ddbeeb1b179070ef98b2eeff /test/mitmproxy/test_console_help.py | |
parent | ef8e95956d938fd4891d79fdbfa83f8a77a482cb (diff) | |
parent | b87797ea255a0e2058e0574a5a00150f7f2df5db (diff) | |
download | mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.tar.gz mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.tar.bz2 mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.zip |
Merge pull request #950 from Kriechi/rename
Rename lib folders
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: |