PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not cond:'
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 30 Jul 2018 06:22:19 +0000 (18:22 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 24 Aug 2018 05:49:31 +0000 (07:49 +0200)
commit1676a4dcae505142036dff49eb4d65ff6e9854b2
treeaea5fcbda29ea61080860e4b06eb9251073efb47
parente940e4cd48fa866cdb81e38d7786aac953f30bdf
PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not cond:'

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>
python/samba/netcmd/computer.py
python/samba/netcmd/fsmo.py
python/samba/netcmd/user.py
source4/torture/drs/python/fsmo.py