python-openstackclient/openstackclient/identity/v3
Dean Troyer dfb0e3e3c1 Begin Python 3 compatability
* use six.iteritems()
* replace basestring with six.string_types
* convert print statements to functions (they're all debugging and should
  be removed eventually anyway)

* clean up OpenStack copyright: LLC -> Foundation

Change-Id: Icb14212bcb408e63816bfec3922a697bc1a6c946
2013-07-29 19:12:29 -05:00
..
__init__.py v3 identity - group and project api 2013-01-28 15:28:32 -06:00
credential.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
domain.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
endpoint.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
group.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
oauth.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
policy.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
project.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
role.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
service.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
user.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00