Ver código fonte

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 anos atrás
pai
commit
7ec3dc57b3
2 arquivos alterados com 1 adições e 1 exclusões
  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