commit | 5e1d579bc1e82a5b31355a351ab3bbb348aaec97 | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <cyril@redhat.com> | Mon Jun 15 15:07:28 2015 +0000 |
committer | Cyril Roelandt <cyril@redhat.com> | Mon Jun 15 17:08:44 2015 +0200 |
tree | 7178d5463b82a263732ff2be040e6d14de694ec5 | |
parent | 9ed7cf307130f9feae082b1f4895faaf827ad642 [diff] |
Python 3: use dict.values instead of dict.itervalues This works with both Python 2 and 3, and should not have any performance impact. Change-Id: I2a14945c60de513b91c6f022ff5dcc503ce2a8ad Blueprint: neutron-python3