PEP8: fix E261: at least two spaces before inline comment
[sfrench/samba-autobuild/.git] / source4 / dsdb / tests / python / rodc_rwdc.py
index 7d8d25a0d8c9f1742bdc2bc51b5dc2e862ebd3b5..0126f03195b550b61090af320ea3ad0be2ee3c83 100644 (file)
@@ -187,7 +187,7 @@ class RodcRwdcCachedTests(password_lockout_base.BasePasswordTestCase):
         set_auto_replication(RWDC, True)
 
     def setUp(self):
-        self.kerberos = False # To be set later
+        self.kerberos = False  # To be set later
 
         self.rodc_db = SamDB('ldap://%s' % RODC, credentials=CREDS,
                              session_info=system_session(LP), lp=LP)