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
..
tests Remove Rackspace auth references from troveclient 2016-05-18 13:16:25 -05:00
__init__.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
auth.py Remove Rackspace auth references from troveclient 2016-05-18 13:16:25 -05:00
base.py Use the oslo.utils.reflection to extract the class name 2016-01-08 17:21:14 +08:00
cli.py Add root-disable api 2015-12-10 11:23:53 -05:00
client.py Add suport for module maintenance commands 2016-02-24 20:05:39 -05:00
common.py Remove Rackspace auth references from troveclient 2016-05-18 13:16:25 -05:00
exceptions.py Make dict.keys() PY3 compatible 2016-06-21 15:08:32 +00:00
mcli.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
utils.py Drop use of 'oslo' namespace package 2015-05-06 19:45:44 +00:00
versions.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00