Browse Source

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>
Simon Glass 4 years ago
parent
commit
7ec3dc57b3
2 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/buildman/buildman
  2. 0 0
      tools/buildman/main.py

+ 1 - 1
tools/buildman/buildman

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

+ 0 - 0
tools/buildman/buildman.py → tools/buildman/main.py