diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-02 13:25:31 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-02 13:25:31 +0100 |
commit | aaf82cae7d05e52d37927030adb68c94314e6110 (patch) | |
tree | b3958028740ce8ec1f464fb284df31578b839805 /test/test_examples.py | |
parent | bceeb4a291d7f0d2f714ff6bc53e52cb8b7a3e6f (diff) | |
download | mitmproxy-aaf82cae7d05e52d37927030adb68c94314e6110.tar.gz mitmproxy-aaf82cae7d05e52d37927030adb68c94314e6110.tar.bz2 mitmproxy-aaf82cae7d05e52d37927030adb68c94314e6110.zip |
tests: use relative imports
Diffstat (limited to 'test/test_examples.py')
-rw-r--r-- | test/test_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |