]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixes rest of "not in" usage
authorZhongyue Luo <zhongyue.nah@intel.com>
Mon, 4 Feb 2013 03:00:50 +0000 (11:00 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Mon, 4 Feb 2013 04:35:13 +0000 (12:35 +0800)
commitd411308f7e5e18133653fc656281a56fe635bb9b
tree9ac598da199b3f1a0c64efdcb83faaa975ee1286
parent6de7ed273c9db22646c3d3000b4b1845a99bfc63
Fixes rest of "not in" usage

find quantum -type f -name "*py" -exec grep -HE " not [^ ]+ in " {} \;

Change-Id: Ief9560e515c05f05c0b5346609b87a8fdde569d7
quantum/api/v2/base.py
quantum/plugins/metaplugin/meta_quantum_plugin.py
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py