diff options
author | Simon Glass <sjg@chromium.org> | 2020-04-17 18:08:56 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-04-26 14:25:21 -0600 |
commit | 7ec3dc57b33e2fa5f1da1ade259937f5631532c0 (patch) | |
tree | 071ed5d85eba389b8515d8d076ac19e0844c3e40 /tools/buildman | |
parent | c3a13cc3331846a900f0bf6d003357d5c6b7dbe3 (diff) |
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>
Diffstat (limited to 'tools/buildman')
l--------- | tools/buildman/buildman | 2 | ||||
-rwxr-xr-x | tools/buildman/main.py (renamed from tools/buildman/buildman.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/buildman b/tools/buildman/buildman index e4fba2d4b03..11a5d8e18ab 120000 --- a/tools/buildman/buildman +++ b/tools/buildman/buildman @@ -1 +1 @@ -buildman.py
\ No newline at end of file +main.py
\ No newline at end of file diff --git a/tools/buildman/buildman.py b/tools/buildman/main.py index 0add628a636..0add628a636 100755 --- a/tools/buildman/buildman.py +++ b/tools/buildman/main.py |