]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace basestring with six.string_types
authorVictor Stinner <vstinner@redhat.com>
Wed, 10 Jun 2015 12:32:41 +0000 (14:32 +0200)
committerVictor Stinner <vstinner@redhat.com>
Tue, 16 Jun 2015 20:37:20 +0000 (22:37 +0200)
commit49d930579bf705d395bb468ec71ae67278a28a97
treebbd9c1dcf3b06357c2ecf3a6c3f8bd80872312b8
parentfc1fd07d0680c0549cb632ac8107c1672dadb739
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
cinder/api/contrib/admin_actions.py
cinder/api/contrib/volume_actions.py
cinder/api/xmlutil.py
cinder/context.py
cinder/db/sqlalchemy/api.py
cinder/image/glance.py
cinder/quota.py
cinder/tests/unit/fake_utils.py
cinder/volume/drivers/ibm/storwize_svc/ssh.py
cinder/volume/drivers/violin/v6000_common.py