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 <s...@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!