From: Simon Glass Date: Mon, 22 Nov 2021 03:48:39 +0000 (-0700) Subject: tools: Add init files for Python tools X-Git-Tag: v2022.04-rc1~12^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c761cf778fc6fe309f4be20a9e157165bc3b4841;p=pandora-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 --- 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