Files
python-keystoneclient/keystoneclient/apiclient
Chuck Short 3027e89036 python3: Refactor dict for python2/python3 compat
Python3 changed the behavior of dict.keys such that it is now
returns a dict_keys object, which is iterable but not indexable.
You can get the python2 result back with an explicit call to list.

Change-Id: Ic504d3929398aa82ac87d1735cf4cedea2dfc5d1
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-10-11 13:32:54 -04:00
..
2013-08-20 14:03:26 +03:00