tools: Add init files for Python tools
authorSimon Glass <sjg@chromium.org>
Mon, 22 Nov 2021 03:48:39 +0000 (20:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 21:03:27 +0000 (16:03 -0500)
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@chromium.org>
tools/binman/__init__.py [new file with mode: 0644]
tools/buildman/__init__.py [new file with mode: 0644]
tools/dtoc/__init__.py [new file with mode: 0644]

diff --git a/tools/binman/__init__.py b/tools/binman/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tools/buildman/__init__.py b/tools/buildman/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tools/dtoc/__init__.py b/tools/dtoc/__init__.py
new file mode 100644 (file)
index 0000000..e69de29