diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-02 13:25:31 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-02 13:25:31 +0100 |
commit | aaf82cae7d05e52d37927030adb68c94314e6110 (patch) | |
tree | b3958028740ce8ec1f464fb284df31578b839805 /test/test_console_pathedit.py | |
parent | bceeb4a291d7f0d2f714ff6bc53e52cb8b7a3e6f (diff) | |
download | mitmproxy-aaf82cae7d05e52d37927030adb68c94314e6110.tar.gz mitmproxy-aaf82cae7d05e52d37927030adb68c94314e6110.tar.bz2 mitmproxy-aaf82cae7d05e52d37927030adb68c94314e6110.zip |
tests: use relative imports
Diffstat (limited to 'test/test_console_pathedit.py')
-rw-r--r-- | test/test_console_pathedit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_console_pathedit.py b/test/test_console_pathedit.py index 43212bc8..940351f5 100644 --- a/test/test_console_pathedit.py +++ b/test/test_console_pathedit.py @@ -2,7 +2,7 @@ import os from os.path import normpath from libmproxy.console import pathedit -import tutils +from . import tutils class TestPathCompleter: |