]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace missed basestring by six for python3 compatability
authorlisali <xiaoyan.li@intel.com>
Wed, 1 Jul 2015 03:05:27 +0000 (11:05 +0800)
committerlisali <xiaoyan.li@intel.com>
Wed, 1 Jul 2015 03:17:02 +0000 (11:17 +0800)
commit96438a6180066d0f3073e16744d61d75271da3d5
treed7d978e993f8f145b6ef2b162b1e7f5312c322a6
parent0330f251ce87e2dce4c8535780e87adb1a47c0eb
Replace missed basestring by six for python3 compatability

Basestring has been replaced by six.string_types in cinder except
the ones in the file v7000_common.py.

Change-Id: I43c0f4cd2e2a990df8d0cceea2f04ee33afe2104
Closes-Bug: #1470315
cinder/volume/drivers/violin/v7000_common.py