]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use comments rather than no-op string statements
authorAngus Lees <gus@inodes.org>
Mon, 25 Aug 2014 02:26:00 +0000 (12:26 +1000)
committerAngus Lees <gus@inodes.org>
Mon, 8 Dec 2014 21:40:32 +0000 (08:40 +1100)
commitcd5b3646c1a231b46da0eff5bbbb5d3f2949ba50
tree8e15d9f099877d7322761e12d35ec9cd77f481b8
parent3eb350ac06075cf24fdfefd5df85c52c4ee44a15
Use comments rather than no-op string statements

This change replaces a few no-op string statements with regular
comments.  While there was no harm in the previous use of strings for
comments, this allows us to re-enable the corresponding pylint check
which may catch genuinely unintended cases.

Change-Id: I796a059292e26c4df75c54f095d9e20e99187c98
.pylintrc
neutron/hacking/checks.py
neutron/plugins/cisco/network_plugin.py
neutron/plugins/midonet/plugin.py
neutron/plugins/ml2/drivers/arista/config.py
neutron/plugins/ml2/drivers/freescale/config.py
neutron/plugins/nec/db/models.py
neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py