Files
python-cinderclient/cinderclient/openstack
xiexs 219c334f01 Make dict.keys() PY3 compatible
The dict.keys()[0] will raise a TypeError in PY3,
as dict.keys() doesn't return a list any more in PY3
but a view of list.

Change-Id: Ia6c0783ca8c8514a06defbeed0fa9ef24bbd9d4a
Closes-Bug: #1583419
2016-05-19 00:11:56 -04:00
..
2016-05-19 00:11:56 -04:00