aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathod.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-17 14:15:48 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-17 15:06:01 +0200
commiteb3ed87100ff7c32e5bf040db7eb6ea3d0c06e12 (patch)
tree7a4b871c24193d31f8dc23794b0a37f58c111c92 /test/pathod/test_pathod.py
parentfcf5dc8728816bae73a175ee021f8a11a1591567 (diff)
downloadmitmproxy-eb3ed87100ff7c32e5bf040db7eb6ea3d0c06e12.tar.gz
mitmproxy-eb3ed87100ff7c32e5bf040db7eb6ea3d0c06e12.tar.bz2
mitmproxy-eb3ed87100ff7c32e5bf040db7eb6ea3d0c06e12.zip
move custom HTTP/2 stack from netlib to pathod
Diffstat (limited to 'test/pathod/test_pathod.py')
-rw-r--r--test/pathod/test_pathod.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py
index dc02fffb..0b34f924 100644
--- a/test/pathod/test_pathod.py
+++ b/test/pathod/test_pathod.py
@@ -3,7 +3,8 @@ from six.moves import cStringIO as StringIO
from pathod import pathod
from netlib import tcp
from netlib.exceptions import HttpException, TlsException
-import tutils
+
+from . import tutils
class TestPathod(object):