[PATCH 4/6] tools: Add init files for Python tools

Simon Glass sjg at chromium.org
Mon Nov 22 04:48:39 CET 2021


Add some empty __init__ files for binman, buildman and dtoc so that
pylint is able to recognise these as Python modules and produce more
useful pylint output.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/__init__.py   | 0
 tools/buildman/__init__.py | 0
 tools/dtoc/__init__.py     | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 tools/binman/__init__.py
 create mode 100644 tools/buildman/__init__.py
 create mode 100644 tools/dtoc/__init__.py

diff --git a/tools/binman/__init__.py b/tools/binman/__init__.py
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tools/buildman/__init__.py b/tools/buildman/__init__.py
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tools/dtoc/__init__.py b/tools/dtoc/__init__.py
new file mode 100644
index 00000000000..e69de29bb2d
-- 
2.34.0.rc2.393.gf8c9666880-goog



More information about the U-Boot mailing list