From 7ec3dc57b33e2fa5f1da1ade259937f5631532c0 Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Fri, 17 Apr 2020 18:08:56 -0600
Subject: [PATCH] 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>
---
 tools/buildman/buildman                 | 2 +-
 tools/buildman/{buildman.py => main.py} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tools/buildman/{buildman.py => main.py} (100%)

diff --git a/tools/buildman/buildman b/tools/buildman/buildman
index e4fba2d4b0..11a5d8e18a 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
similarity index 100%
rename from tools/buildman/buildman.py
rename to tools/buildman/main.py
-- 
2.39.5