Files
doc
examples
openstackclient
api
__init__.py
api.py
compute_v2.py
image_v1.py
image_v2.py
object_store_v1.py
common
compute
identity
image
locale
network
object
tests
volume
__init__.py
i18n.py
shell.py
releasenotes
tools
.coveragerc
.gitignore
.gitreview
.mailmap
.stestr.conf
.zuul.yaml
CONTRIBUTING.rst
Dockerfile
HACKING.rst
LICENSE
README.rst
bindep.txt
lower-constraints.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
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
..
2014-09-29 12:32:45 -05:00
2019-07-22 20:55:43 +02:00
2020-10-07 02:15:25 +00:00