瀏覽代碼

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 年之前
父節點
當前提交
7ec3dc57b3
共有 2 個文件被更改,包括 1 次插入1 次删除
  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