]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python3: use dict.keys() instead of dict.iterkeys()
authorCyril Roelandt <cyril@redhat.com>
Fri, 19 Jun 2015 11:59:46 +0000 (13:59 +0200)
committerCyril Roelandt <cyril@redhat.com>
Fri, 19 Jun 2015 11:59:46 +0000 (13:59 +0200)
commit870fb38b1c7ddd5ddb399e6ff13a4f7992f8f9a6
treef7e7b668aa80d66dcf94a1f45c1bf7378755fe9a
parent4d35f1526504250cab5949414186947fadc2aade
Python3: use dict.keys() instead of dict.iterkeys()

The "keys" method works on both Python 2 and 3, and the performance
impact should be negligible.

Change-Id: I4771797859666000921e4e38cc5de72a8c084ca0
Blueprint: neutron-python3
neutron/extensions/quotasv2.py
neutron/plugins/sriovnicagent/sriov_nic_agent.py