openstack-python-openstackc.../openstackclient
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
..
api Remove usage of six 2020-10-07 02:15:25 +00:00
common Remove usage of six 2020-10-07 02:15:25 +00:00
compute Remove usage of six 2020-10-07 02:15:25 +00:00
identity Remove usage of six 2020-10-07 02:15:25 +00:00
image Merge "Fix uploading an signed image does not work if private signing key is encrypted" 2020-07-08 17:30:38 +00:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Remove usage of six 2020-10-07 02:15:25 +00:00
object Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
tests Remove usage of six 2020-10-07 02:15:25 +00:00
volume Merge "Switch image to use SDK" 2020-03-25 15:19:20 +00:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Remove usage of six 2020-10-07 02:15:25 +00:00