ソースを参照

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