]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Get StringIO from six for Python 3 compatibility
authorVictor Stinner <vstinner@redhat.com>
Tue, 9 Jun 2015 13:32:32 +0000 (15:32 +0200)
committerVictor Stinner <vstinner@redhat.com>
Mon, 15 Jun 2015 09:39:23 +0000 (11:39 +0200)
commit2c9d1db276499d860e951c4b10bf4e59d8cf6be9
tree85fd94e8114fef1a0e3c5a274f101af5aed7e9f3
parent3cd5f2cfd919b9e13946ef7c072954bd96ab15f1
Get StringIO from six for Python 3 compatibility

Get StringIO and cStringIO classes and modules from the six module to
make cinder compatible with Python 2 and Python 3.

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

Blueprint cinder-python3
Change-Id: Ia8a58f83a504f2d2930bf5a0dc2cbaa482c29784
cinder/tests/unit/targets/test_cxt_driver.py
cinder/tests/unit/targets/test_iet_driver.py
cinder/tests/unit/test_hds_iscsi.py
cinder/tests/unit/test_hds_nfs.py
cinder/tests/unit/test_quobyte.py
cinder/volume/drivers/zfssa/restclient.py