[PATCH v2 01/14] patman: Rename the main module
sjg at google.com
sjg at google.com
Mon Apr 27 05:06:57 CEST 2020
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 at 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!
More information about the U-Boot
mailing list