patman: Convert print statements to Python 3
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:36 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:45 +0000 (16:52 -0600)
commit5a1af1dafeab06f0ef3bb749ec0ce59784bf8925
tree655ceadc0a6be998a630cc41c00b9d1c79753457
parentb1793a531e5934ea5453b7e24495e2fcddd9c493
patman: Convert print statements to Python 3

Update all print statements to be functions, as required by Python 3.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py
tools/patman/gitutil.py
tools/patman/test_util.py