diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-11-02 10:06:25 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-11-02 10:06:25 +1300 |
commit | 7e6d014f8f0b4e89c7f4cd97e9ea4856a6771981 (patch) | |
tree | 504a10a14b68e4f571894f47a99f8cc62b3fa1ed /test/pathod/test_language_http2.py | |
parent | c55e8d8f62b34e45ecdd4f7dd09ed2f0b710c335 (diff) | |
download | mitmproxy-7e6d014f8f0b4e89c7f4cd97e9ea4856a6771981.tar.gz mitmproxy-7e6d014f8f0b4e89c7f4cd97e9ea4856a6771981.tar.bz2 mitmproxy-7e6d014f8f0b4e89c7f4cd97e9ea4856a6771981.zip |
tests: pathod/tutils.py -> pathod/tservers.py
And remove all aliases for mitmproxy.test.tutils
Diffstat (limited to 'test/pathod/test_language_http2.py')
-rw-r--r-- | test/pathod/test_language_http2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/test_language_http2.py b/test/pathod/test_language_http2.py index 7d3a8e60..8ab1acae 100644 --- a/test/pathod/test_language_http2.py +++ b/test/pathod/test_language_http2.py @@ -7,7 +7,7 @@ from pathod import language from pathod.language import http2 from pathod.protocols.http2 import HTTP2StateProtocol -from . import tutils +from mitmproxy.test import tutils def parse_request(s): |