PEP8: fix E713: test for membership should be 'not in'
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 30 Jul 2018 06:22:34 +0000 (18:22 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 24 Aug 2018 05:49:31 +0000 (07:49 +0200)
commit9f5bbcc10a82f409f41cce5685458332674e2010
treea59d97bc3fde571981c10889d9d6a6651efc567d
parent1676a4dcae505142036dff49eb4d65ff6e9854b2
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>
32 files changed:
lib/ldb-samba/tests/match_rules.py
python/samba/__init__.py
python/samba/dbchecker.py
python/samba/gpclass.py
python/samba/join.py
python/samba/kcc/__init__.py
python/samba/kcc/kcc_utils.py
python/samba/netcmd/dbcheck.py
python/samba/netcmd/ldapcmp.py
python/samba/samba3/__init__.py
python/samba/samdb.py
python/samba/tests/__init__.py
python/samba/tests/samba3sam.py
selftest/selftesthelpers.py
selftest/subunithelper.py
source4/dsdb/tests/python/acl.py
source4/dsdb/tests/python/deletetest.py
source4/dsdb/tests/python/dirsync.py
source4/dsdb/tests/python/ldap.py
source4/dsdb/tests/python/ldap_schema.py
source4/dsdb/tests/python/notification.py
source4/dsdb/tests/python/passwords.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/user_account_control.py
source4/scripting/devel/pfm_verify.py
source4/scripting/devel/speedtest.py
source4/torture/drs/python/repl_rodc.py
source4/torture/libnet/python/samr-test.py
wintest/wintest.py