cinder/cinder/api
Victor Stinner 49d930579b Replace basestring with six.string_types
basestring type is gone in Python 3, use six.string_types to make Cinder code
compatible with Python 3.

This patch was generated by the basestring operation of the sixer tool:
https://pypi.python.org/pypi/sixer

Blueprint cinder-python3
Change-Id: Ie1aedf1cbb9d3e54a996321cd586b875e69ac85a
2015-06-16 22:37:20 +02:00
..
contrib Replace basestring with six.string_types 2015-06-16 22:37:20 +02:00
middleware Use six.text_type instead of unicode 2015-04-02 19:07:58 +03:00
openstack Replace it.next() with next(it) for py3 compat 2015-06-11 18:28:48 +02:00
schemas Add XML deserializer for qos_manage delete_keys API 2014-05-25 11:37:30 +08:00
v1 Merge "Replace dict(obj.iteritems() with dict(obj)" 2015-06-15 22:37:38 +00:00
v2 Merge "Replace dict(obj.iteritems() with dict(obj)" 2015-06-15 22:37:38 +00:00
views Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
__init__.py Logging not using oslo.i18n guidelines 2015-03-19 12:28:12 -05:00
common.py Replace urllib and urllib2 with six.moves.urllib 2015-06-10 18:52:26 +02:00
extensions.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
urlmap.py Replace it.next() with next(it) for py3 compat 2015-06-11 18:28:48 +02:00
versions.py Fix wrong response with version details 2015-05-27 08:13:34 +08:00
xmlutil.py Replace basestring with six.string_types 2015-06-16 22:37:20 +02:00