diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-28 14:09:30 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-28 17:23:28 +0100 |
commit | eb5a8e29cf362ea382da7bb9dd8c9eb175b9ebe3 (patch) | |
tree | 783d797c3203634dae90a9b6f67409c766488e76 /source4/scripting/python/samba/schema.py | |
parent | 20516df27574ad999073b7eb9620e70833e3170d (diff) | |
download | samba-eb5a8e29cf362ea382da7bb9dd8c9eb175b9ebe3.tar.gz samba-eb5a8e29cf362ea382da7bb9dd8c9eb175b9ebe3.tar.xz samba-eb5a8e29cf362ea382da7bb9dd8c9eb175b9ebe3.zip |
s4-python: Some reformatting for the purpose of pydoctor.
Diffstat (limited to 'source4/scripting/python/samba/schema.py')
-rw-r--r-- | source4/scripting/python/samba/schema.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/schema.py b/source4/scripting/python/samba/schema.py index a8aaa5d09a..0bc60fa321 100644 --- a/source4/scripting/python/samba/schema.py +++ b/source4/scripting/python/samba/schema.py @@ -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) |