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_server.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_server.py') diff --git a/test/test_server.py b/test/test_server.py index 9a3200aa..1b7e6966 100644 --- a/test/test_server.py +++ b/test/test_server.py @@ -16,8 +16,7 @@ from libmproxy.proxy.config import HostMatcher from libmproxy.protocol import Kill from libmproxy.models import Error, HTTPResponse -import tutils -import tservers +from . import tutils, tservers """ Note that the choice of response code in these tests matters more than you -- cgit v1.2.3