aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/protocols/test_http2.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pathod/protocols/test_http2.py')
-rw-r--r--test/pathod/protocols/test_http2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pathod/protocols/test_http2.py b/test/pathod/protocols/test_http2.py
index 5bb31031..1c074197 100644
--- a/test/pathod/protocols/test_http2.py
+++ b/test/pathod/protocols/test_http2.py
@@ -7,11 +7,11 @@ from mitmproxy.net import tcp, http
from mitmproxy.net.http import http2
from mitmproxy import exceptions
-from ..mitmproxy.net import tservers as net_tservers
+from ...mitmproxy.net import tservers as net_tservers
from pathod.protocols.http2 import HTTP2StateProtocol, TCPHandler
-from ..conftest import requires_alpn
+from ...conftest import requires_alpn
class TestTCPHandlerWrapper: