From 8c375383148f100f03aed52827ac513f145078c2 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 27 Jan 2016 10:12:18 +0100 Subject: code formatting: fix whitespace issues --- test/test_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_script.py') diff --git a/test/test_script.py b/test/test_script.py index b2bb33b9..11b1a64d 100644 --- a/test/test_script.py +++ b/test/test_script.py @@ -91,6 +91,7 @@ def test_concurrent2(): m = mock.Mock() class Dummy: + def __init__(self): self.response = self self.error = self @@ -129,4 +130,3 @@ def test_command_parsing(): absfilepath = os.path.normcase(tutils.test_data.path("scripts/a.py")) s = script.Script(absfilepath, script.ScriptContext(fm)) assert os.path.isfile(s.args[0]) - -- cgit v1.2.3