]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Rename Print() to Tprint()
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jan 2022 21:14:16 +0000 (14:14 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Feb 2022 19:30:13 +0000 (12:30 -0700)
commit4f531f5b228af752733b505570b7e1762fab5279
treeb319ad1410444b531be5961cbbbaa972ec4a0704
parent7337ad6ac779577c6fd3616a59e721fb9f87fe91
patman: Rename Print() to Tprint()

Rename this function so that when we convert it to snake case it will not
conflict with the built-in print() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/control.py
tools/patman/main.py
tools/patman/status.py
tools/patman/terminal.py