]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't shadow str
authorChang Bo Guo <guochbo@cn.ibm.com>
Sun, 10 Nov 2013 07:48:10 +0000 (23:48 -0800)
committerChang Bo Guo <guochbo@cn.ibm.com>
Sun, 10 Nov 2013 07:48:10 +0000 (23:48 -0800)
commita436da59a0c6fa3ba1ab17dcfcb19b2751367e9f
tree00c65764c00e25cf35f0939ee012f1f241c8de44
parentad97c96e736ec9da2cf4a79d248d98c36fe6b4d9
Don't shadow str

In the  agent/linux/ovs_lib.py we were shadowing the str keyword with
local variable. Let's not do that.

Change-Id: If800804b1e1f12d782bac524c92f300bd77fdd3c
neutron/agent/linux/ovs_lib.py