[PATCH 13/17] patman: Rename Print() to Tprint()
Simon Glass
sjg at chromium.org
Tue Feb 8 21:39:40 CET 2022
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 at chromium.org>
---
tools/buildman/builder.py | 56 +++++++++++++++++++--------------------
tools/buildman/control.py | 4 +--
tools/patman/main.py | 2 +-
tools/patman/status.py | 16 +++++------
tools/patman/terminal.py | 4 +--
5 files changed, 41 insertions(+), 41 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list