Comment 11 for bug 1226943

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/47110
Committed: http://github.com/openstack/neutron/commit/a37b4133b75439bfcdb0a2475d41752445adaa2a
Submitter: Jenkins
Branch: master

commit a37b4133b75439bfcdb0a2475d41752445adaa2a
Author: Chang Bo Guo <email address hidden>
Date: Wed Sep 18 02:35:53 2013 -0700

    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