Comment 4 for bug 1595773

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

Reviewed: https://review.openstack.org/333801
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=4a9f7378ec4d73c8bf16748e24bec45aa503b08e
Submitter: Jenkins
Branch: master

commit 4a9f7378ec4d73c8bf16748e24bec45aa503b08e
Author: zhengyao1 <email address hidden>
Date: Fri Jun 24 17:34:26 2016 +0800

    make print python3 compatible

    The print '' in python2 was supported. But in python3,
    print '' was error. In python3, recommend using print()
    instead. This patch will fix it.

    Change-Id: I226461b0400023dc44238d9e5ee1ae2f2430de9e
    Closes-Bug: #1595773