summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/dirsync.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:19:49 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:29 +0200
commit7a07d4223028ed34cca20d2fcdf4f1bca1856c8b (patch)
treeedb3a2545c08c564b459b5369175f6c9b1a84ed2 /source4/dsdb/tests/python/dirsync.py
parentc809a86023a2eb1c6802c8b3aa68c00f1ea03952 (diff)
downloadsamba-7a07d4223028ed34cca20d2fcdf4f1bca1856c8b.tar.gz
PEP8: fix E265: block comment should start with '# '
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/dsdb/tests/python/dirsync.py')
-rwxr-xr-xsource4/dsdb/tests/python/dirsync.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/dsdb/tests/python/dirsync.py b/source4/dsdb/tests/python/dirsync.py
index 97332760122..0f49fd7e630 100755
--- a/source4/dsdb/tests/python/dirsync.py
+++ b/source4/dsdb/tests/python/dirsync.py
@@ -83,7 +83,7 @@ class DirsyncBaseTests(samba.tests.TestCase):
self.user_pass = samba.generate_random_password(12, 16)
self.configuration_dn = self.ldb_admin.get_config_basedn().get_linearized()
self.sd_utils = sd_utils.SDUtils(self.ldb_admin)
- #used for anonymous login
+ # used for anonymous login
print("baseDN: %s" % self.base_dn)
def get_user_dn(self, name):
@@ -103,7 +103,7 @@ class DirsyncBaseTests(samba.tests.TestCase):
return ldb_target
-#tests on ldap add operations
+# tests on ldap add operations
class SimpleDirsyncTests(DirsyncBaseTests):
def setUp(self):
@@ -141,7 +141,7 @@ class SimpleDirsyncTests(DirsyncBaseTests):
except Exception:
pass
- #def test_dirsync_errors(self):
+ # def test_dirsync_errors(self):
def test_dirsync_supported(self):
"""Test the basic of the dirsync is supported"""