PEP8: fix E302: expected 2 blank lines, found 1
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 30 Jul 2018 06:20:39 +0000 (18:20 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 24 Aug 2018 05:49:29 +0000 (07:49 +0200)
commit211c9a5f85bffbb012b4567bad265c9339588fbf
treed22f062161bdd07b60c6ac3bd42964ea902a402b
parent542e91ef9222302303d2ecc10dceb96d1b0d5bab
PEP8: fix E302: expected 2 blank lines, 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>
180 files changed:
.ycm_extra_conf.py
auth/credentials/tests/bind.py
lib/ldb-samba/tests/match_rules.py
lib/ldb/tests/python/api.py
lib/talloc/test_pytalloc.py
lib/tevent/bindings.py
python/examples/samr.py
python/examples/winreg.py
python/samba/__init__.py
python/samba/descriptor.py
python/samba/dnsserver.py
python/samba/drs_utils.py
python/samba/emulate/traffic_packets.py
python/samba/gp_ext_loader.py
python/samba/gp_sec_ext.py
python/samba/gpclass.py
python/samba/graph.py
python/samba/hostconfig.py
python/samba/idmap.py
python/samba/join.py
python/samba/ms_display_specifiers.py
python/samba/ms_schema.py
python/samba/ms_schema_markdown.py
python/samba/ndr.py
python/samba/netcmd/__init__.py
python/samba/netcmd/computer.py
python/samba/netcmd/dns.py
python/samba/netcmd/domain.py
python/samba/netcmd/drs.py
python/samba/netcmd/forest.py
python/samba/netcmd/fsmo.py
python/samba/netcmd/gpo.py
python/samba/netcmd/group.py
python/samba/netcmd/ldapcmp.py
python/samba/netcmd/main.py
python/samba/netcmd/nettime.py
python/samba/netcmd/ntacl.py
python/samba/netcmd/ou.py
python/samba/netcmd/processes.py
python/samba/netcmd/rodc.py
python/samba/netcmd/schema.py
python/samba/netcmd/sites.py
python/samba/netcmd/testparm.py
python/samba/netcmd/user.py
python/samba/ntacls.py
python/samba/provision/__init__.py
python/samba/provision/kerberos.py
python/samba/provision/sambadns.py
python/samba/remove_dc.py
python/samba/samba3/__init__.py
python/samba/samdb.py
python/samba/schema.py
python/samba/subnets.py
python/samba/tdb_util.py
python/samba/tests/__init__.py
python/samba/tests/auth.py
python/samba/tests/blackbox/samba_dnsupdate.py
python/samba/tests/core.py
python/samba/tests/credentials.py
python/samba/tests/dcerpc/array.py
python/samba/tests/dcerpc/bare.py
python/samba/tests/dcerpc/dnsserver.py
python/samba/tests/dcerpc/integer.py
python/samba/tests/dcerpc/raw_protocol.py
python/samba/tests/dcerpc/raw_testcase.py
python/samba/tests/dcerpc/testrpc.py
python/samba/tests/dcerpc/unix.py
python/samba/tests/dckeytab.py
python/samba/tests/dns_forwarder.py
python/samba/tests/dns_forwarder_helpers/server.py
python/samba/tests/docs.py
python/samba/tests/dsdb.py
python/samba/tests/dsdb_lock.py
python/samba/tests/dsdb_schema_attributes.py
python/samba/tests/gensec.py
python/samba/tests/get_opt.py
python/samba/tests/gpo.py
python/samba/tests/join.py
python/samba/tests/kcc/__init__.py
python/samba/tests/krb5_credentials.py
python/samba/tests/libsmb_samba_internal.py
python/samba/tests/loadparm.py
python/samba/tests/lsa_string.py
python/samba/tests/net_join.py
python/samba/tests/net_join_no_spnego.py
python/samba/tests/netbios.py
python/samba/tests/netcmd.py
python/samba/tests/netlogonsvc.py
python/samba/tests/ntlmdisabled.py
python/samba/tests/pam_winbind.py
python/samba/tests/pam_winbind_warn_pwd_expire.py
python/samba/tests/password_hash.py
python/samba/tests/password_hash_fl2008.py
python/samba/tests/password_hash_gpgme.py
python/samba/tests/password_hash_ldap.py
python/samba/tests/password_quality.py
python/samba/tests/password_test.py
python/samba/tests/posixacl.py
python/samba/tests/provision.py
python/samba/tests/py_credentials.py
python/samba/tests/s3idmapdb.py
python/samba/tests/samba3sam.py
python/samba/tests/samba_tool/computer.py
python/samba/tests/samba_tool/dnscmd.py
python/samba/tests/samba_tool/forest.py
python/samba/tests/samba_tool/fsmo.py
python/samba/tests/samba_tool/gpo.py
python/samba/tests/samba_tool/group.py
python/samba/tests/samba_tool/join.py
python/samba/tests/samba_tool/ntacl.py
python/samba/tests/samba_tool/ou.py
python/samba/tests/samba_tool/processes.py
python/samba/tests/samba_tool/provision_password_check.py
python/samba/tests/samba_tool/rodc.py
python/samba/tests/samba_tool/schema.py
python/samba/tests/samba_tool/timecmd.py
python/samba/tests/samba_tool/user.py
python/samba/tests/samba_tool/user_check_password_script.py
python/samba/tests/samba_tool/user_virtualCryptSHA.py
python/samba/tests/samba_tool/user_wdigest.py
python/samba/tests/smb.py
python/samba/tests/strings.py
python/samba/tests/upgradeprovision.py
python/samba/tests/upgradeprovisionneeddc.py
python/samba/tests/xattr.py
python/samba/upgrade.py
python/samba/upgradehelpers.py
python/samba/web_server/__init__.py
script/autobuild.py
script/bisect-test.py
script/generate_param.py
selftest/selftesthelpers.py
selftest/subunithelper.py
source3/build/charset.py
source3/script/tests/test_wbinfo_sids2xids_int.py
source3/selftest/tests.py
source3/torture/test_ntlm_auth.py
source4/dsdb/samdb/ldb_modules/tests/possibleinferiors.py
source4/dsdb/tests/python/acl.py
source4/dsdb/tests/python/ad_dc_medley_performance.py
source4/dsdb/tests/python/ad_dc_multi_bind.py
source4/dsdb/tests/python/ad_dc_provision_performance.py
source4/dsdb/tests/python/deletetest.py
source4/dsdb/tests/python/dirsync.py
source4/dsdb/tests/python/ldap.py
source4/dsdb/tests/python/ndr_pack_performance.py
source4/dsdb/tests/python/notification.py
source4/dsdb/tests/python/password_lockout.py
source4/dsdb/tests/python/password_lockout_base.py
source4/dsdb/tests/python/passwords.py
source4/dsdb/tests/python/rodc_rwdc.py
source4/dsdb/tests/python/sam.py
source4/dsdb/tests/python/sec_descriptor.py
source4/dsdb/tests/python/sites.py
source4/dsdb/tests/python/token_group.py
source4/dsdb/tests/python/tombstone_reanimation.py
source4/lib/wmi/wmi.py
source4/script/depfilter.py
source4/scripting/devel/demodirsync.py
source4/scripting/devel/pfm_verify.py
source4/scripting/devel/repl_cleartext_pwd.py
source4/scripting/devel/speedtest.py
source4/selftest/tests.py
source4/torture/drs/python/cracknames.py
source4/torture/drs/python/drs_base.py
source4/torture/drs/python/fsmo.py
source4/torture/drs/python/getnc_exop.py
source4/torture/drs/python/getnc_unpriv.py
source4/torture/drs/python/linked_attributes_drs.py
source4/torture/drs/python/repl_move.py
source4/torture/drs/python/repl_rodc.py
source4/torture/drs/python/repl_schema.py
source4/torture/drs/python/replica_sync.py
source4/torture/drs/python/replica_sync_rodc.py
source4/torture/drs/python/ridalloc_exop.py
source4/torture/drs/python/samba_tool_drs.py
source4/torture/libnet/python/samr-test.py
wintest/test-s3.py
wintest/test-s4-howto.py
wintest/wintest.py