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_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_console_common.py') diff --git a/test/test_console_common.py b/test/test_console_common.py index 3e176d75..deba5f6c 100644 --- a/test/test_console_common.py +++ b/test/test_console_common.py @@ -5,7 +5,7 @@ if os.name == "nt": import libmproxy.console.common as common -import tutils +from . import tutils def test_format_flow(): -- cgit v1.2.3