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_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_flow.py') diff --git a/test/test_flow.py b/test/test_flow.py index 9775c72f..b8d1fad3 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -19,7 +19,7 @@ from libmproxy.proxy.config import HostMatcher from libmproxy.proxy import ProxyConfig from libmproxy.proxy.server import DummyServer from libmproxy.models.connections import ClientConnection -import tutils +from . import tutils def test_app_registry(): -- cgit v1.2.3