diff mbox series

[3/6] patman: Update the list of modules

Message ID 20211121204829.3.Ia0f2d68c22ea327ffc2d48f119f9e307a791af99@changeid
State Accepted
Commit fd520092b75084d5e30e6e436e0f6ce774e2c050
Delegated to: Tom Rini
Headers show
Series Add a pylint check | expand

Commit Message

Simon Glass Nov. 22, 2021, 3:48 a.m. UTC
Update the __init__ file to include recently added files.

Add a license header while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/patman/__init__.py | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Tom Rini Jan. 25, 2022, 3:56 p.m. UTC | #1
On Sun, Nov 21, 2021 at 08:48:38PM -0700, Simon Glass wrote:

> Update the __init__ file to include recently added files.
> 
> Add a license header while we are here.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/tools/patman/__init__.py b/tools/patman/__init__.py
index 7cbe5fa4b0c..c9d3e350529 100644
--- a/tools/patman/__init__.py
+++ b/tools/patman/__init__.py
@@ -1,3 +1,6 @@ 
-__all__ = ['checkpatch', 'command', 'commit', 'cros_subprocess',
-           'get_maintainer', 'gitutil', 'patchstream', 'project',
-           'series', 'settings', 'terminal', 'test']
+# SPDX-License-Identifier: GPL-2.0+
+
+__all__ = ['checkpatch', 'command', 'commit', 'control', 'cros_subprocess',
+           'func_test', 'get_maintainer', 'gitutil', 'main', 'patchstream',
+           'project', 'series', 'setup', 'settings', 'terminal',
+           'test_checkpatch', 'test_util', 'tools', 'tout']