python-openstackclient/openstackclient/common
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 Remove copyright from empty files 2014-01-20 17:28:13 +04:00
availability_zone.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
clientmanager.py Fix compatibility issue in 5.3 2020-07-14 08:06:55 -05:00
configuration.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
extension.py Use SDK to get compute API extensions 2019-10-31 16:48:29 +00:00
limits.py Fix limits show command without Nova and Cinder 2018-04-03 00:47:00 -07:00
module.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
project_purge.py Fix 'project purge' deleting wrong project's servers and volumes 2018-09-14 10:23:14 +01:00
quota.py Merge "Add '--force; parameter to 'openstack quota set'" 2020-07-06 20:50:24 +00:00
sdk_utils.py Remove usage of six 2020-10-07 02:15:25 +00:00
versions.py common: autogenerate docs 2019-11-05 07:09:05 -06:00