]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use print_function compatible syntax
authorDirk Mueller <dirk@dmllr.de>
Mon, 24 Jun 2013 13:41:51 +0000 (15:41 +0200)
committerDirk Mueller <dirk@dmllr.de>
Mon, 24 Jun 2013 13:41:51 +0000 (15:41 +0200)
commite6f6890ac087d7218040e5b77a5a803c427cd395
tree9222a8694ef0049394080086c04d6c6a439caeba
parent123b386a1b63e0da7bf6fac854099b6525e4881d
Use print_function compatible syntax

This changes the code to use a python 3.x compatible
print function syntax (or import from __future__ where
necessary)

Change-Id: Ia1f19d0ac082853d25c7c9b754b440469c0526eb
heat/cmd/manage.py
heat/common/wsgi.py
heat/db/sqlalchemy/manage.py
heat/db/sync.py
heat/tests/fakes.py
heat/tests/test_cli.py
heat/tests/test_scheduler.py