mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| availability_zone.py | ||
| clientmanager.py | ||
| configuration.py | ||
| extension.py | ||
| limits.py | ||
| module.py | ||
| project_purge.py | ||
| quota.py | ||
| sdk_utils.py | ||
| versions.py | ||