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_format_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_flow_format_compat.py') diff --git a/test/test_flow_format_compat.py b/test/test_flow_format_compat.py index d64b75e7..232f5473 100644 --- a/test/test_flow_format_compat.py +++ b/test/test_flow_format_compat.py @@ -1,5 +1,5 @@ from libmproxy.flow import FlowReader, FlowReadError -import tutils +from . import tutils def test_load(): -- cgit v1.2.3