mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
PEP8: fix E121: continuation line under-indented for hanging indent
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>
This commit is contained in:
@ -64,7 +64,7 @@ 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",
|
||||
"2008_R2_old" : ("MS-AD_Schema_2K8_R2_Attributes.txt",
|
||||
"MS-AD_Schema_2K8_R2_Classes.txt",
|
||||
47),
|
||||
"2008_R2" : ("Attributes_for_AD_DS__Windows_Server_2008_R2.ldf",
|
||||
|
Reference in New Issue
Block a user