aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/language/test_http.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-14 23:41:44 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-14 23:47:33 +0100
commit4d973e82959f5aecab8313b43ce1ab484f21b536 (patch)
tree63439432d40bd5f0740000b71da0dc6df6053e3c /test/pathod/language/test_http.py
parenta12c3d3f8ea255dd03bb7e993fa85eb00f47ab29 (diff)
downloadmitmproxy-4d973e82959f5aecab8313b43ce1ab484f21b536.tar.gz
mitmproxy-4d973e82959f5aecab8313b43ce1ab484f21b536.tar.bz2
mitmproxy-4d973e82959f5aecab8313b43ce1ab484f21b536.zip
fix imports
Diffstat (limited to 'test/pathod/language/test_http.py')
-rw-r--r--test/pathod/language/test_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/language/test_http.py b/test/pathod/language/test_http.py
index 6ab43fe0..a5b35c05 100644
--- a/test/pathod/language/test_http.py
+++ b/test/pathod/language/test_http.py
@@ -4,7 +4,7 @@ import pytest
from pathod import language
from pathod.language import http, base
-from . import tservers
+from .. import tservers
def parse_request(s):