diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 10:11:58 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 10:11:58 +1300 |
commit | f45f4e677e8cddba8160d1e4e02ca8a4515e3456 (patch) | |
tree | a48ce5978fa24b2e92d770b1263fd3952055d9d7 /test | |
parent | 1407830280383e50a8af848a0c564c4912df5a52 (diff) | |
download | mitmproxy-f45f4e677e8cddba8160d1e4e02ca8a4515e3456.tar.gz mitmproxy-f45f4e677e8cddba8160d1e4e02ca8a4515e3456.tar.bz2 mitmproxy-f45f4e677e8cddba8160d1e4e02ca8a4515e3456.zip |
netlib.strutils -> mitmproxy.utils.strutils
Diffstat (limited to 'test')
-rw-r--r-- | test/mitmproxy/test_utils_strutils.py (renamed from test/netlib/test_strutils.py) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/netlib/test_strutils.py b/test/mitmproxy/test_utils_strutils.py index 36f709da..2843688f 100644 --- a/test/netlib/test_strutils.py +++ b/test/mitmproxy/test_utils_strutils.py @@ -1,4 +1,5 @@ -from netlib import strutils, tutils +from mitmproxy.utils import strutils +from netlib import tutils def test_always_bytes(): |