buildman: Rename the main module
authorSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2020 00:08:56 +0000 (18:08 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:25:21 +0000 (14:25 -0600)
commit7ec3dc57b33e2fa5f1da1ade259937f5631532c0
tree071ed5d85eba389b8515d8d076ac19e0844c3e40
parentc3a13cc3331846a900f0bf6d003357d5c6b7dbe3
buildman: 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/buildman/buildman
tools/buildman/buildman.py [deleted file]
tools/buildman/main.py [new file with mode: 0755]