diff options
Diffstat (limited to 'tools/patman/__init__.py')
-rw-r--r-- | tools/patman/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/patman/__init__.py b/tools/patman/__init__.py new file mode 100644 index 00000000000..0cca6f42435 --- /dev/null +++ b/tools/patman/__init__.py @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ + +__all__ = [ + 'checkpatch', 'cmdline', 'commit', 'control', 'cser_helper', 'cseries', + 'database', 'func_test', 'get_maintainer', '__main__', 'patchstream', + 'patchwork', 'project', 'send', 'series', 'settings', 'setup', 'status', + 'test_checkpatch', 'test_common', 'test_cseries', 'test_settings' +] |