diff options
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: |