]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python3: do not add dict_values objects
authorCyril Roelandt <cyril@redhat.com>
Fri, 3 Jul 2015 15:58:03 +0000 (15:58 +0000)
committerCyril Roelandt <cyril@redhat.com>
Mon, 6 Jul 2015 13:11:14 +0000 (15:11 +0200)
commitd269657089e93e304a33dcbc35b7c4abc6e9900d
tree6ee4deae841d191259ff812dab84fc88414fd912
parent211c0355778c1aef0dd4a44553f604b4fa3f72b3
Python3: do not add dict_values objects

In Python 3, dict.values returns a dict_values object instead of a list.

Change-Id: I83bc7718ac9bbb64187fefae57ce835fbe225829
Blueprint: neutron-python3
neutron/tests/unit/db/test_db_base_plugin_v2.py