nova/nova/tests
Victor Stinner cfaa22ed6e Replace dict.itervalues() with six.itervalues(dict)
The Python 2 itervalues() method of dictionaries was renamed to values()
in Python 3. Replace dict.itervalues() with six.itervalues(dict) to get
code working on Python 2 and Python 3.

This patch was generated by the following tool (revision fcbf8ad0ec7a)
with the "itervalues" operation:
https://bitbucket.org/haypo/misc/src/tip/python/sixer.py

Blueprint nova-python3
Change-Id: Ied9a76447fbdc933369f926cb19aab9d8896ab92
2015-05-12 12:21:46 +02:00
..
functional Replace dict.itervalues() with six.itervalues(dict) 2015-05-12 12:21:46 +02:00
unit Replace dict.itervalues() with six.itervalues(dict) 2015-05-12 12:21:46 +02:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fixtures.py Add SpawnFixture 2015-05-07 13:18:19 -07:00