diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2014-06-02 01:33:43 +0200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-10-14 06:44:06 +0200 |
| commit | bbaa739bbda4685fa5e38ea0d939496398e11ebf (patch) | |
| tree | 98667c3fdf178377e86a371014e2fc23cce354cb /python/samba/tests | |
| parent | bcf298e7eca07a8869d184ad44c01232a11ba9ea (diff) | |
| download | samba-bbaa739bbda4685fa5e38ea0d939496398e11ebf.tar.gz samba-bbaa739bbda4685fa5e38ea0d939496398e11ebf.tar.xz samba-bbaa739bbda4685fa5e38ea0d939496398e11ebf.zip | |
Remove remaining instance of pep8 E211 (too many spaces before operator).
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Change-Id: I9af3bf582bba8fc1094addb12cd0a5ce04406b5b
Diffstat (limited to 'python/samba/tests')
| -rw-r--r-- | python/samba/tests/samba3.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
