vmware-nsx/neutron/plugins/nec/db
Henry Gessau e5bd64ff26 Enable flake8 E711 and E712 checking
E711 comparison to False should be 'if cond is False:' or 'if not cond:'
     comparison to None should be 'if cond is None:' or 'if not cond:'
E712 comparison to True should be 'if cond is True:' or 'if cond:'

Most violations were in DB queries. Replace as follows:
  False -> sqlalchemy.sql.false()
  None  -> sqlalchemy.sql.null()
  True  -> sqlalchemy.sql.true()

Change-Id: Iff54747b70f504d5466cfdc6e2ec4d7a0f9ddb7c
Closes-bug: #1305377
2014-04-09 23:03:57 -04:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
api.py NEC plugin: Rename quantum_id column to neutron_id 2014-03-22 06:30:13 +09:00
models.py NEC plugin: Rename quantum_id column to neutron_id 2014-03-22 06:30:13 +09:00
packetfilter.py Enable flake8 E711 and E712 checking 2014-04-09 23:03:57 -04:00
router.py OpenFlow distributed router support in NEC plugin 2013-09-04 17:15:59 +09:00