]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix python 3.x import issues with pure.py
authorPatrick East <patrick.east@purestorage.com>
Fri, 18 Dec 2015 21:48:49 +0000 (13:48 -0800)
committerPatrick East <patrick.east@purestorage.com>
Fri, 18 Dec 2015 21:48:49 +0000 (13:48 -0800)
commitcf112608ef7b27c4adceef5161779fd4b590ffc0
tree0f90c880c0c9e06bb19261d297afd092bfe83843
parent78bbd10f693c36e48dc3f4924fa88c21a76f7e1a
Fix python 3.x import issues with pure.py

The older import was not compatible with python 3.x, only 2.x. A simple
fix is to adjust how we are importing the module.

Change-Id: Ic1d69c676af1adde9bd305431338c16a058fccf6
Closes-Bug: 1527755
cinder/volume/drivers/pure.py