aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/http2/test_connections.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 21:31:07 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 21:53:16 +0100
commit6b585023fd4ef068df7452a77f52b0c2ff490fd5 (patch)
tree83c8dde6ba510476265e268c9e2b921ff73c4a75 /test/netlib/http/http2/test_connections.py
parent8242f2cc9d9e833a3c816d4b35495830fb833e55 (diff)
downloadmitmproxy-6b585023fd4ef068df7452a77f52b0c2ff490fd5.tar.gz
mitmproxy-6b585023fd4ef068df7452a77f52b0c2ff490fd5.tar.bz2
mitmproxy-6b585023fd4ef068df7452a77f52b0c2ff490fd5.zip
move tservers helper
Diffstat (limited to 'test/netlib/http/http2/test_connections.py')
-rw-r--r--test/netlib/http/http2/test_connections.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/netlib/http/http2/test_connections.py b/test/netlib/http/http2/test_connections.py
index 8be127e4..c067d487 100644
--- a/test/netlib/http/http2/test_connections.py
+++ b/test/netlib/http/http2/test_connections.py
@@ -4,11 +4,12 @@ import codecs
from hyperframe.frame import *
-from netlib import tcp, http, utils, tservers
+from netlib import tcp, http, utils
from netlib.tutils import raises
from netlib.exceptions import TcpDisconnect
from netlib.http.http2.connections import HTTP2Protocol, TCPHandler
+from ... import tservers
class TestTCPHandlerWrapper:
def test_wrapped(self):