From c761cf778fc6fe309f4be20a9e157165bc3b4841 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 21 Nov 2021 20:48:39 -0700 Subject: 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 --- tools/dtoc/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/dtoc/__init__.py (limited to 'tools/dtoc') diff --git a/tools/dtoc/__init__.py b/tools/dtoc/__init__.py new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3