mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
PEP8: fix E305: expected 2 blank lines after class or function definition, found 1
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:
@ -54,6 +54,7 @@ def __read_folded_line(f, buffer):
|
||||
|
||||
return (line, buffer)
|
||||
|
||||
|
||||
# Only compile regexp once.
|
||||
# Will not match options after the attribute type.
|
||||
attr_type_re = re.compile("^([A-Za-z][A-Za-z0-9-]*):")
|
||||
@ -181,6 +182,7 @@ def read_ms_ldif(filename):
|
||||
|
||||
return "\n\n".join(out) + "\n\n"
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
|
||||
|
Reference in New Issue
Block a user