From bbaa739bbda4685fa5e38ea0d939496398e11ebf Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 2 Jun 2014 01:33:43 +0200 Subject: Remove remaining instance of pep8 E211 (too many spaces before operator). Signed-Off-By: Jelmer Vernooij Reviewed-by: Andrew Bartlett Change-Id: I9af3bf582bba8fc1094addb12cd0a5ce04406b5b --- python/samba/tests/samba3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/samba/tests') diff --git a/python/samba/tests/samba3.py b/python/samba/tests/samba3.py index 51d76dd94c..f449c64142 100644 --- a/python/samba/tests/samba3.py +++ b/python/samba/tests/samba3.py @@ -63,7 +63,7 @@ class RegistryTestCase(TestCase): class PassdbTestCase(TestCaseInTempDir): def setUp(self): - super (PassdbTestCase, self).setUp() + super(PassdbTestCase, self).setUp() os.system("cp -r %s %s" % (DATADIR, self.tempdir)) datadir = os.path.join(self.tempdir, "samba3") -- cgit