From be450cf9db1d819b1023029c8d403f401e010c98 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 20 Apr 2015 08:56:47 +1200 Subject: Whitespace, small fixes. --- test/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pathod.py') 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 -- cgit v1.2.3