mirror of
https://github.com/samba-team/samba.git
synced 2025-07-15 16:59:09 +03:00
s4-python: Some reformatting for the purpose of pydoctor.
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# create schema.ldif (as a string) from WSPP documentation
|
||||
#
|
||||
# based on minschema.py and minschema_wspp
|
||||
#
|
||||
|
||||
"""Generate LDIF from WSPP documentation."""
|
||||
|
||||
import re
|
||||
import base64
|
||||
import uuid
|
||||
@ -276,5 +277,3 @@ if __name__ == '__main__':
|
||||
sys.exit(1)
|
||||
|
||||
print read_ms_schema(attr_file, classes_file)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user