Explorar el Código

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 hace 4 años
padre
commit
7ec3dc57b3
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  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