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_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_examples.py') diff --git a/test/test_examples.py b/test/test_examples.py index 2a30f9d5..bb7c596b 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -1,7 +1,7 @@ import glob from libmproxy import utils, script from libmproxy.proxy import config -import tservers +from . import tservers def test_load_scripts(): -- cgit v1.2.3