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)
commit82e0e732ee2cf6d0e125aeb7ed7de69711f35ec8
treeb319ad1410444b531be5961cbbbaa972ec4a0704
parentf3385a5b1c2024e33e276aef829a4da43ceee0fe
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