Victor Stinner 51f443ec4e Don't use dict.iterkeys()
Iterating on a dictionary iterators on its keys, so calling its
iterkeys() method is not needed.

Moreover, the dict.iterkeys() method is gone in Python 3. This change
makes the modified code compatible with Python 3.

Blueprint nova-python3
Change-Id: I140f499d2054bb7d5486e4c61a2f886be6649cbb
2015-05-21 14:52:53 -07:00
..
2014-11-25 11:42:02 +01:00
2014-02-03 14:19:44 +00:00
2015-05-21 14:52:53 -07:00
2014-02-03 14:19:44 +00:00
2015-01-16 14:24:29 -05:00
2014-02-03 14:19:44 +00:00