mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
PEP8: fix E127: continuation line over-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -66,17 +66,17 @@ class Schema(object):
|
||||
# the schema files (and corresponding object version) that we know about
|
||||
base_schemas = {
|
||||
"2008_R2_old": ("MS-AD_Schema_2K8_R2_Attributes.txt",
|
||||
"MS-AD_Schema_2K8_R2_Classes.txt",
|
||||
47),
|
||||
"MS-AD_Schema_2K8_R2_Classes.txt",
|
||||
47),
|
||||
"2008_R2": ("Attributes_for_AD_DS__Windows_Server_2008_R2.ldf",
|
||||
"Classes_for_AD_DS__Windows_Server_2008_R2.ldf",
|
||||
47),
|
||||
"Classes_for_AD_DS__Windows_Server_2008_R2.ldf",
|
||||
47),
|
||||
"2012": ("AD_DS_Attributes__Windows_Server_2012.ldf",
|
||||
"AD_DS_Classes__Windows_Server_2012.ldf",
|
||||
56),
|
||||
"AD_DS_Classes__Windows_Server_2012.ldf",
|
||||
56),
|
||||
"2012_R2": ("AD_DS_Attributes__Windows_Server_2012_R2.ldf",
|
||||
"AD_DS_Classes__Windows_Server_2012_R2.ldf",
|
||||
69),
|
||||
"AD_DS_Classes__Windows_Server_2012_R2.ldf",
|
||||
69),
|
||||
}
|
||||
|
||||
def __init__(self, domain_sid, invocationid=None, schemadn=None,
|
||||
|
Reference in New Issue
Block a user