]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Python 3: replace "im_self" by "__self__"
authorShuangtai Tian <shuangtai.tian@intel.com>
Thu, 20 Feb 2014 06:43:11 +0000 (14:43 +0800)
committerShuangtai Tian <shuangtai.tian@intel.com>
Wed, 26 Feb 2014 08:27:51 +0000 (16:27 +0800)
commit14903b4ca7d625b8e93fe431f854263bbe26e4bc
treed6322892e1c385f06ff11e3fe3a362d6a8cbc1d7
parentca716eab6e7c3f32931b64c389dbae52d4869373
Python 3: replace "im_self" by "__self__"

The Python 3 removed the "im_self" attribute and only supports the
"__self__". This patch replaces "im_self" by "__self__" attribute.

Closes-Bug: #1282514
Change-Id: Ib017fff4b720a5dd7ee27fd01b36a531d9b6ca9c
cinder/volume/flows/common.py