binman: Use print() to print output
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:26 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit7b773167c083752eabf88bd37d55976244a48f6c
tree7045bdb60272dabe619c4b54784ef3100c81f453
parent935461262e322fce6fcfc48caf2b9a6ec05caaae
binman: Use print() to print output

At present tout writes directly to stdout. This is not necessary and it
prevents tests from redirecting output. Change it to use print() for the
non-progress output.

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