vmware-nsx/quantum/extensions
lzyeval d3401f14ce PEP8 quantum cleanup
Fixes bug #911663

The None, True, and False values are singletons.

All variable *comparisons* to singletons should use 'is' or 'is not'.
All variable *evaluations* to boolean should use 'if' or 'if not'.
All Object type comparisons should use isinstance()
instead of comparing types directly.

Change-Id: Id5c797d3339d0d7015bac386088133540f0c0c9e
2012-01-04 20:12:31 +08:00
..
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
_credential_view.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
_novatenant_view.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
_pprofiles.py PEP8 quantum cleanup 2012-01-04 20:12:31 +08:00
_qos_view.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
credential.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
multiport.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
novatenant.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
portprofile.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
qos.py Second round of packaging changes 2011-11-28 10:33:52 -08:00