From 7a3623a14ee2ffa021c1a2a8f337826e055b328d Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Thu, 18 Jun 2015 18:12:11 +0200 Subject: fix pep8 whitespace --- libpathod/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpathod/test.py') diff --git a/libpathod/test.py b/libpathod/test.py index ebb3a49f..33a6b763 100644 --- a/libpathod/test.py +++ b/libpathod/test.py @@ -82,6 +82,7 @@ class Daemon: class _PaThread(threading.Thread): + def __init__(self, iface, q, ssl, daemonargs): threading.Thread.__init__(self) self.name = "PathodThread" @@ -91,7 +92,7 @@ class _PaThread(threading.Thread): def run(self): self.server = pathod.Pathod( (self.iface, 0), - ssl = self.ssl, + ssl=self.ssl, **self.daemonargs ) self.name = "PathodThread (%s:%s)" % ( -- cgit v1.2.3