
27 Apr
2020
27 Apr
'20
5:06 a.m.
Python does not like the module name being the same as the module directory. To allow buildman modules to be used from other tools, rename it.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/binman | 2 +- tools/binman/ftest.py | 6 +++--- tools/binman/{binman.py => main.py} | 4 ++-- tools/patman/test_util.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename tools/binman/{binman.py => main.py} (98%)
Applied to u-boot-dm, thanks!