aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_log.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 18:12:11 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 18:15:22 +0200
commit7a3623a14ee2ffa021c1a2a8f337826e055b328d (patch)
tree7abdfdba135ea1f6022a8a72b1c52371f76fbea2 /test/test_log.py
parent90aeda47aead50110ee4a0a29b01edd170539818 (diff)
downloadmitmproxy-7a3623a14ee2ffa021c1a2a8f337826e055b328d.tar.gz
mitmproxy-7a3623a14ee2ffa021c1a2a8f337826e055b328d.tar.bz2
mitmproxy-7a3623a14ee2ffa021c1a2a8f337826e055b328d.zip
fix pep8 whitespace
Diffstat (limited to 'test/test_log.py')
-rw-r--r--test/test_log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_log.py b/test/test_log.py
index 9850654c..0d5c6c61 100644
--- a/test/test_log.py
+++ b/test/test_log.py
@@ -4,6 +4,7 @@ import netlib.tcp
class DummyIO(StringIO.StringIO):
+
def start_log(self, *args, **kwargs):
pass