python-cinderclient/tools
Chuck Short b0b8afaf55 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.

Refactor list(*.keys()) so that it just uses list().

Change-Id: Ib2e9646ac967e9bd7cc4f47e2099f5d1358808a9
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-10-11 09:04:49 -04:00
..
cinder.bash_completion Rename bash completion file from nova to cinder. 2012-08-09 14:18:49 +00:00
colorizer.py python3: Refactor dict for python2/python3 compat 2013-10-11 09:04:49 -04:00
generate_authors.sh Initial split from python-novaclient. 2012-05-21 16:32:35 -04:00
install_venv_common.py Synch up with OSLO-Incubator 2013-10-02 14:53:45 -06:00
install_venv.py Sync install_venv_common from oslo 2013-07-05 23:22:30 -04:00
with_venv.sh Initial split from python-novaclient. 2012-05-21 16:32:35 -04:00