]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Apply six for metaclass
authorfujioka yuuichi <fujioka-yuuichi@zx.mxh.nes.nec.co.jp>
Thu, 17 Oct 2013 00:53:30 +0000 (09:53 +0900)
committerfujioka yuuichi <fujioka-yuuichi@zx.mxh.nes.nec.co.jp>
Thu, 17 Oct 2013 00:57:40 +0000 (09:57 +0900)
commitc47bb5b89e04403b46c224c1bda13d3d0e11eedd
tree956ce7f20aacf755003fb8b8678f1ab0dc305b2d
parent8491caeba195390ed2cd78fab0b22afc94f10c17
Apply six for metaclass

__metaclass__ cannot be used in python3.
six be used in general for python 3 compatibility.

Change-Id: I1d21c82163a1c00bbf4fbf3c9dd513f1c0591b00
Closes-Bug: #1236648
cinder/api/openstack/wsgi.py
cinder/keymgr/key.py
cinder/keymgr/key_mgr.py
cinder/taskflow/patterns/base.py
cinder/taskflow/task.py