mirror of
https://github.com/samba-team/samba.git
synced 2025-07-14 12:59:07 +03:00
s4-python: Some reformatting for the purpose of pydoctor.
This commit is contained in:
@ -76,7 +76,8 @@ class Schema(object):
|
||||
"""
|
||||
|
||||
self.schemadn = schemadn
|
||||
# We need to have the am_rodc=False just to keep some warnings quiet - this isn't a real SAM, so it's meaningless.
|
||||
# We need to have the am_rodc=False just to keep some warnings quiet -
|
||||
# this isn't a real SAM, so it's meaningless.
|
||||
self.ldb = SamDB(global_schema=False, am_rodc=False)
|
||||
if invocationid is not None:
|
||||
self.ldb.set_invocation_id(invocationid)
|
||||
|
Reference in New Issue
Block a user