diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 11:56:38 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 11:56:38 +1300 |
| commit | 8430f857b504a3e7406dc36e54dc32783569d0dd (patch) | |
| tree | d3116cd540faf01f272a0892fc6a9b83b4f6de8a /test/pathod/tutils.py | |
| parent | 853e03a5e753354fad3a3fa5384ef3a09384ef43 (diff) | |
| download | mitmproxy-8430f857b504a3e7406dc36e54dc32783569d0dd.tar.gz mitmproxy-8430f857b504a3e7406dc36e54dc32783569d0dd.tar.bz2 mitmproxy-8430f857b504a3e7406dc36e54dc32783569d0dd.zip | |
The final piece: netlib -> mitproxy.net
Diffstat (limited to 'test/pathod/tutils.py')
| -rw-r--r-- | test/pathod/tutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/tutils.py b/test/pathod/tutils.py index 16dec187..ccc3df43 100644 --- a/test/pathod/tutils.py +++ b/test/pathod/tutils.py @@ -7,7 +7,7 @@ import urllib from mitmproxy.utils import data -from netlib import tcp +from mitmproxy.net import tcp from mitmproxy.test import tutils from pathod import language |
