Files
python-troveclient/troveclient/compat
dineshbhor dabe872cbc 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: Id9c7d3725c01bd0a193d8fc6705443efe9c25c34
Partially implements: blueprint trove-python3
Closes-Bug: #1583419
2016-06-21 15:08:32 +00:00
..
2015-12-10 11:23:53 -05:00
2016-06-21 15:08:32 +00:00
2015-05-06 19:45:44 +00:00