patman: Update the list of modules
authorSimon Glass <sjg@chromium.org>
Mon, 22 Nov 2021 03:48:38 +0000 (20:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 21:03:27 +0000 (16:03 -0500)
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

index 7cbe5fa..c9d3e35 100644 (file)
@@ -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']