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_app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_app.py') diff --git a/test/test_app.py b/test/test_app.py index 8872bf53..577a70a5 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -1,5 +1,4 @@ -import tutils -import tservers +from . import tutils, tservers class TestApp(tservers.HTTPProxTest): -- cgit v1.2.3