]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use built-in print() instead of print statement
authorChang Bo Guo <guochbo@cn.ibm.com>
Wed, 18 Sep 2013 07:00:17 +0000 (00:00 -0700)
committerChang Bo Guo <guochbo@cn.ibm.com>
Wed, 18 Sep 2013 15:44:28 +0000 (08:44 -0700)
commit765e86e72f59994e029ccd1ad5ec3e50170ee128
tree9f9f92c386c29579079d6de549ecc38b25072eb5
parent27d658a57f3d45f13b8ba108a3445bb9f0bc0207
Use built-in print() instead of print statement

In python 3 print statement is not supported, so we should use
only print() functions.

Fixes bug 1226943

Change-Id: I7b2e4d52fe9050f6a67c44e4cc1237a15ea90b23
bin/cinder-manage
doc/ext/cinder_autodoc.py