python-openstackclient/doc
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
..
source Remove usage of six 2020-10-07 02:15:25 +00:00
test image: autogenerate docs 2020-06-08 16:34:28 -05:00
Makefile Move docs to doc. 2012-06-11 14:37:48 -07:00
requirements.txt Merge "Add OpenStack Client for Manila docs" 2020-06-08 23:17:53 +00:00