summaryrefslogtreecommitdiffstats
path: root/python/samba/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests')
-rw-r--r--python/samba/tests/samba3.py2
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")