]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9270bf06dd10d46754172728554f2b128bcddd8b
treeb46d69597578b0e8fc08dd2acda07e1ab147b4ca
parent7304db242f2e2daa1c0bf75588ea2a84f34a8ae9
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