1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/python/samba/netcmd
Joe Guo 9f5bbcc10a PEP8: fix E713: test for membership should be 'not in'
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>
2018-08-24 07:49:31 +02:00
..
__init__.py PEP8: fix E401: multiple imports on one line 2018-08-24 07:49:30 +02:00
common.py PEP8: fix E128: continuation line under-indented for visual indent 2018-08-24 07:49:27 +02:00
computer.py PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not cond:' 2018-08-24 07:49:31 +02:00
dbcheck.py PEP8: fix E713: test for membership should be 'not in' 2018-08-24 07:49:31 +02:00
delegation.py PEP8: fix E711: comparison to None should be 'if cond is not None:' 2018-08-24 07:49:30 +02:00
dns.py PEP8: fix E303: too many blank lines (2) 2018-08-24 07:49:30 +02:00
domain_backup.py PEP8: fix E121: continuation line under-indented for hanging indent 2018-08-24 07:49:26 +02:00
domain.py PEP8: fix E703: statement ends with a semicolon 2018-08-24 07:49:30 +02:00
drs.py PEP8: fix E303: too many blank lines (2) 2018-08-24 07:49:30 +02:00
dsacl.py PEP8: fix E303: too many blank lines (2) 2018-08-24 07:49:30 +02:00
forest.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
fsmo.py PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not cond:' 2018-08-24 07:49:31 +02:00
gpo.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
group.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
ldapcmp.py PEP8: fix E713: test for membership should be 'not in' 2018-08-24 07:49:31 +02:00
main.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
nettime.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
ntacl.py PEP8: fix E303: too many blank lines (2) 2018-08-24 07:49:30 +02:00
ou.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
processes.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
pso.py PEP8: fix E128: continuation line under-indented for visual indent 2018-08-24 07:49:27 +02:00
rodc.py PEP8: fix E303: too many blank lines (2) 2018-08-24 07:49:30 +02:00
schema.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
sites.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
spn.py PEP8: fix E303: too many blank lines (2) 2018-08-24 07:49:30 +02:00
testparm.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
user.py PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not cond:' 2018-08-24 07:49:31 +02:00
visualize.py PEP8: fix E265: block comment should start with '# ' 2018-08-24 07:49:29 +02:00