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_platform_pf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_platform_pf.py') diff --git a/test/test_platform_pf.py b/test/test_platform_pf.py index d8718c8f..8994ee0d 100644 --- a/test/test_platform_pf.py +++ b/test/test_platform_pf.py @@ -1,6 +1,6 @@ -import tutils import sys from libmproxy.platform import pf +from . import tutils class TestLookup: -- cgit v1.2.3