From aaf82cae7d05e52d37927030adb68c94314e6110 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 2 Feb 2016 13:25:31 +0100 Subject: tests: use relative imports --- test/test_console_pathedit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_console_pathedit.py') 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: -- cgit v1.2.3