]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: fix invalid operation on dict_items objects
authorCyril Roelandt <cyril@redhat.com>
Thu, 1 Oct 2015 11:31:48 +0000 (13:31 +0200)
committerCyril Roelandt <cyril@redhat.com>
Thu, 1 Oct 2015 13:32:26 +0000 (15:32 +0200)
commitd92ac89c675f9e5213890e293eac857c6e9af316
tree1edadaeb51ff8b3522cf4674f86cc20f3736f792
parent9ccefdac563958f257e76d66c13383ab0716e59c
Python 3: fix invalid operation on dict_items objects

One cannot use "+" on "dict_items" objects in Python 3.

Partial-Bug: #1500400
Change-Id: Ide04b3eaa70b6f453cbc11442109f8c88b084305
neutron/extensions/qos.py