[U-Boot] [PATCH v2 1/8] test/py: Make print statements python 3.x safe

Simon Glass sjg at chromium.org
Tue Jul 10 20:57:01 UTC 2018


On 14 September 2017 at 15:34, Paul Burton <paul.burton at imgtec.com> wrote:
> In python 3.x print must be called as a function rather than used as a
> statement. Update uses of print to the function call syntax in order to
> be python 3.x safe.
>
> Signed-off-by: Paul Burton <paul.burton at imgtec.com>
> Reviewed-by: Stephen Warren <swarren at nvidia.com>
> ---
>
> Changes in v2: None
>
>  test/py/conftest.py               |  2 +-
>  test/py/test.py                   |  6 ++++--
>  test/py/tests/test_fit.py         | 12 +++++++-----
>  test/py/u_boot_console_sandbox.py |  2 +-
>  test/py/u_boot_spawn.py           |  2 +-
>  5 files changed, 14 insertions(+), 10 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list