python-openstackclient/openstackclient/api
songwenping c2df9215e1 Remove usage of six
With python3.x, classes can use 'metaclass=' instead of
'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can
be replaced by 'items' and 'keys', 'six.moves.urllib.parse'
can be replaced by 'urllib.parse', 'six.StringIO' and
'six.moves.cStringIO' can be replaced by 'io.StringIO',
'six.text_type' and 'six.string_type' are just 'str'.

Change-Id: I84848c0bf8ab3c36dd821141191e2725e4e3b58b
2020-10-07 02:15:25 +00:00
..
__init__.py Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
compute_v2.py Update api-ref location 2019-07-22 20:55:43 +02:00
image_v1.py Fixes image api URL endpoint for certain scenario 2017-01-04 18:14:10 +00:00
image_v2.py Support --community in openstack image list 2018-07-24 22:48:01 +00:00
object_store_v1.py Remove usage of six 2020-10-07 02:15:25 +00:00