]> git.sur5r.net Git - u-boot/commit
test/py: Make print statements python 3.x safe
authorPaul Burton <paul.burton@imgtec.com>
Thu, 14 Sep 2017 21:34:43 +0000 (14:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 10 Jul 2018 20:50:50 +0000 (14:50 -0600)
commitdffd56d1d270e4797e43272a6c9000b8b8aeaf29
treebef4fb8c44874d9b2a8d5214a675f80fb8d63633
parente3396ffd720877976141fa0b76a0b8ee9643d7d1
test/py: Make print statements python 3.x safe

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@imgtec.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
test/py/conftest.py
test/py/test.py
test/py/tests/test_fit.py
test/py/u_boot_console_sandbox.py
test/py/u_boot_spawn.py