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_pathoc.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/test_pathoc.py') diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 598b2c81..90f798c9 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -18,10 +18,10 @@ class _TestDaemon: @classmethod def setUpAll(self): self.d = test.Daemon( - ssl=self.ssl, - ssloptions=self.ssloptions, - staticdir=tutils.test_data.path("data"), - anchors=[ + ssl = self.ssl, + ssloptions = self.ssloptions, + staticdir = tutils.test_data.path("data"), + anchors = [ (re.compile("/anchor/.*"), language.parse_response("202")) ] ) -- cgit v1.2.3