]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use built-in print() instead of print statement
authorChang Bo Guo <guochbo@cn.ibm.com>
Wed, 18 Sep 2013 07:56:48 +0000 (00:56 -0700)
committerChang Bo Guo <guochbo@cn.ibm.com>
Wed, 18 Sep 2013 08:50:26 +0000 (01:50 -0700)
commit9aaddd5b48f8ce83591e7bba8a9141f98a65a60f
tree917caa66c0d76623e8e469dd28e3b92b1d08f445
parent6370a8790efbe103f09387f4653f50c38f691f50
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: If88d77982ddbd1eb47265f15a27b747cd8011e76
tools/cfn-json2yaml
tools/experimental_ssh_eventlet.py
tools/install_venv.py
tools/state_transitions.py