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_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_utils.py') diff --git a/test/test_utils.py b/test/test_utils.py index d2bd97e1..17bf3dbf 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1,6 +1,6 @@ import json from libmproxy import utils -import tutils +from . import tutils utils.CERT_SLEEP_TIME = 0 -- cgit v1.2.3