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.07~210^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c761cf778fc6fe309f4be20a9e157165bc3b4841;p=platform%2Fkernel%2Fu-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 0000000..e69de29 diff --git a/tools/buildman/__init__.py b/tools/buildman/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tools/dtoc/__init__.py b/tools/dtoc/__init__.py new file mode 100644 index 0000000..e69de29