diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-05 13:28:09 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-05 20:19:48 +0200 |
commit | fdc908cb9811628435ef02e3168c4d5931c6a3c5 (patch) | |
tree | cc61793fa71d15dff8333e8e593a8922da0db16f /netlib/test.py | |
parent | f003f87197a6dffe1b51a82f7dd218121c75e206 (diff) | |
download | mitmproxy-fdc908cb9811628435ef02e3168c4d5931c6a3c5.tar.gz mitmproxy-fdc908cb9811628435ef02e3168c4d5931c6a3c5.tar.bz2 mitmproxy-fdc908cb9811628435ef02e3168c4d5931c6a3c5.zip |
http2: add protocol tests
Diffstat (limited to 'netlib/test.py')
-rw-r--r-- | netlib/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/test.py b/netlib/test.py index ee8c6685..4b0b6bd2 100644 --- a/netlib/test.py +++ b/netlib/test.py @@ -4,7 +4,7 @@ import Queue import cStringIO import OpenSSL from . import tcp, certutils -import tutils +from test import tutils class ServerThread(threading.Thread): |