patman: Update flushing Print() for Python 3
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:39 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commita84eb1617997d71bdec1f4152536bd8ecba82e87
treeb46d69597578b0e8fc08dd2acda07e1ab147b4ca
parent9ef0ceb7308c710a54bc900ea57a233c9e716b2d
patman: Update flushing Print() for Python 3

This does not seem to work on Python 3. Update the code to use the
built-in support.

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