commit | dffd56d1d270e4797e43272a6c9000b8b8aeaf29 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Thu Sep 14 14:34:43 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 10 14:50:50 2018 -0600 |
tree | bef4fb8c44874d9b2a8d5214a675f80fb8d63633 | |
parent | e3396ffd720877976141fa0b76a0b8ee9643d7d1 [diff] |
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>