diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-04-20 08:56:47 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-04-20 08:56:47 +1200 |
commit | be450cf9db1d819b1023029c8d403f401e010c98 (patch) | |
tree | 2f69ceb926cb95b809a5a0e1aa851e3401e709b2 /test/test_pathod.py | |
parent | 3891fe56385b323b435392aadb3f55848ee30857 (diff) | |
download | mitmproxy-be450cf9db1d819b1023029c8d403f401e010c98.tar.gz mitmproxy-be450cf9db1d819b1023029c8d403f401e010c98.tar.bz2 mitmproxy-be450cf9db1d819b1023029c8d403f401e010c98.zip |
Whitespace, small fixes.
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r-- | test/test_pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py index 3638960e..c32f6e84 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -3,7 +3,7 @@ from netlib import tcp, http import tutils -class TestPathod: +class TestPathod(object): def test_logging(self): p = pathod.Pathod(("127.0.0.1", 0)) assert len(p.get_log()) == 0 |