binman: Rename the main module
authorSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2020 00:08:58 +0000 (18:08 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:25:21 +0000 (14:25 -0600)
commitc07ab6effb76e7e4c9989012a4c0413c22577326
treefe85e88bcde9086e547f286f9fd5c78899b5c454
parent4d25fe2d952dd66d0f6c3f0dfdd4303e85d65333
binman: Rename the main module

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>
tools/binman/binman
tools/binman/binman.py [deleted file]
tools/binman/ftest.py
tools/binman/main.py [new file with mode: 0755]
tools/patman/test_util.py