diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-10 20:44:36 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-10 20:44:36 +0200 |
commit | ff27d65f08d00c312a162965c5b1db711aa8f6ed (patch) | |
tree | 2098e479125bec21c518955907d996a88c6028f7 /netlib/tutils.py | |
parent | 476badf45cd085d69b6162cd48983e3cd22cefcc (diff) | |
download | mitmproxy-ff27d65f08d00c312a162965c5b1db711aa8f6ed.tar.gz mitmproxy-ff27d65f08d00c312a162965c5b1db711aa8f6ed.tar.bz2 mitmproxy-ff27d65f08d00c312a162965c5b1db711aa8f6ed.zip |
cleanup whitespace
Diffstat (limited to 'netlib/tutils.py')
-rw-r--r-- | netlib/tutils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/netlib/tutils.py b/netlib/tutils.py index 3c471d0d..7434c108 100644 --- a/netlib/tutils.py +++ b/netlib/tutils.py @@ -69,8 +69,6 @@ def raises(exc, obj, *args, **kwargs): test_data = utils.Data(__name__) - - def treq(content="content", scheme="http", host="address", port=22): """ @return: libmproxy.protocol.http.HTTPRequest |