From: Simon Glass <sjg@chromium.org>
Date: Mon, 22 Nov 2021 03:48:39 +0000 (-0700)
Subject: tools: Add init files for Python tools
X-Git-Tag: v2025.01-rc5-pxa1908~1564^2~14
X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=c761cf778fc6fe309f4be20a9e157165bc3b4841;p=u-boot.git

tools: Add init files for Python tools

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>
---

diff --git a/tools/binman/__init__.py b/tools/binman/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tools/buildman/__init__.py b/tools/buildman/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tools/dtoc/__init__.py b/tools/dtoc/__init__.py
new file mode 100644
index 0000000000..e69de29bb2