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>
This commit is contained in:
Simon Glass 2020-04-17 18:08:56 -06:00
parent c3a13cc333
commit 7ec3dc57b3
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
buildman.py
main.py