..
__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: better formatting of (CONST1|CONST2)
2018-08-24 07:49:31 +02:00
drs.py
PEP8: fix E303: too many blank lines (2)
2018-08-24 07:49:30 +02:00
dsacl.py
PEP8: more space before equals
2018-08-24 07:49:31 +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: better formatting of (CONST1|CONST2)
2018-08-24 07:49:31 +02:00
group.py
PEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 07:49:29 +02:00
ldapcmp.py
PEP8: add spaces after operators
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: add spaces after operators
2018-08-24 07:49:31 +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 W391: blank line at end of file
2018-08-24 07:49:31 +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