]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use built-in print() instead of print statement
authorChang Bo Guo <guochbo@cn.ibm.com>
Wed, 18 Sep 2013 09:35:53 +0000 (02:35 -0700)
committerChang Bo Guo <guochbo@cn.ibm.com>
Sat, 21 Sep 2013 14:30:33 +0000 (07:30 -0700)
commita37b4133b75439bfcdb0a2475d41752445adaa2a
tree286d1da1bb5abb8af278dc239941965304054493
parentdd1eb478fc29fe938dc38eb66910c355410b8d5d
Use built-in print() instead of print statement

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

This patch also removes print in unit test, left by accident

Fixes bug 1226943

Change-Id: I5ace50cb9e149682344b4c986ef9318f8dc50f72
17 files changed:
bin/neutron-rootwrap-xen-dom0
bin/quantum-rootwrap-xen-dom0
neutron/plugins/bigswitch/tests/test_server.py
neutron/plugins/bigswitch/version.py
neutron/plugins/brocade/tests/noscli.py
neutron/plugins/brocade/tests/nostest.py
neutron/plugins/nicira/check_nvp_config.py
neutron/plugins/nicira/vshield/tasks/tasks.py
neutron/tests/unit/database_stubs.py
neutron/tests/unit/nec/test_nec_agent.py
neutron/tests/unit/nec/test_pfc_driver.py
neutron/tests/unit/nec/test_trema_driver.py
neutron/tests/unit/nicira/test_vcns_driver.py
neutron/tests/unit/test_extension_allowedaddresspairs.py
neutron/wsgi.py
tools/check_i18n.py
tools/install_venv.py