diff options
| author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-06-17 15:21:57 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-17 15:21:57 +0200 | 
| commit | 9c6199db9be34fad18eaedb86463333671ae190a (patch) | |
| tree | 7a4b871c24193d31f8dc23794b0a37f58c111c92 /test/pathod/test_language_base.py | |
| parent | fcf5dc8728816bae73a175ee021f8a11a1591567 (diff) | |
| parent | eb3ed87100ff7c32e5bf040db7eb6ea3d0c06e12 (diff) | |
| download | mitmproxy-9c6199db9be34fad18eaedb86463333671ae190a.tar.gz mitmproxy-9c6199db9be34fad18eaedb86463333671ae190a.tar.bz2 mitmproxy-9c6199db9be34fad18eaedb86463333671ae190a.zip  | |
Merge pull request #1269 from Kriechi/pathod-netlib-http2
move custom HTTP/2 stack from netlib to pathod
Diffstat (limited to 'test/pathod/test_language_base.py')
| -rw-r--r-- | test/pathod/test_language_base.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pathod/test_language_base.py b/test/pathod/test_language_base.py index 7c7d8cf9..12a235e4 100644 --- a/test/pathod/test_language_base.py +++ b/test/pathod/test_language_base.py @@ -1,7 +1,8 @@  import os  from pathod import language  from pathod.language import base, exceptions -import tutils + +from . import tutils  def parse_request(s):  | 
