diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-02-17 10:35:41 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@corte.si> | 2016-02-17 10:35:41 +1300 |
commit | 887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d (patch) | |
tree | 4c3b4f9cc555a945ddbeeb1b179070ef98b2eeff /test/netlib/http/http2/test_connections.py | |
parent | ef8e95956d938fd4891d79fdbfa83f8a77a482cb (diff) | |
parent | b87797ea255a0e2058e0574a5a00150f7f2df5db (diff) | |
download | mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.tar.gz mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.tar.bz2 mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.zip |
Merge pull request #950 from Kriechi/rename
Rename lib folders
Diffstat (limited to 'test/netlib/http/http2/test_connections.py')
-rw-r--r-- | test/netlib/http/http2/test_connections.py | 3 |
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): |