
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 patman modules to be used from other tools, rename it.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/patman/{patman.py => main.py} | 27 ++++++++++++++------------- tools/patman/patman | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) rename tools/patman/{patman.py => main.py} (93%)
Applied to u-boot-dm, thanks!