]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use six.reraise() for Python 3 compatibility
authorVictor Stinner <vstinner@redhat.com>
Wed, 10 Jun 2015 12:49:59 +0000 (14:49 +0200)
committerVictor Stinner <vstinner@redhat.com>
Thu, 11 Jun 2015 14:09:48 +0000 (16:09 +0200)
commit509e411af7513738752a62af37bbd31ccacec7ed
treed6a9a9d1cdff07317f681dd1103f0dfb74d0846d
parent6feb65dcf4690f236afcf89bfd9509462c55befe
Use six.reraise() for Python 3 compatibility

Replace "raise a, b, c" with "six.reraise(a, b, c)" to make the Cinder
code compatible with Python 3.

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

Blueprint cinder-python3
Change-Id: Iab9e12763e2a7641fc2671acdd4f2ff84be584f3
cinder/exception.py
cinder/image/glance.py
cinder/volume/drivers/netapp/dataontap/block_base.py
cinder/volume/drivers/netapp/dataontap/client/client_base.py