aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/patman/__init__.py')
-rw-r--r--tools/patman/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/__init__.py b/tools/patman/__init__.py
index c9d3e35..1b98ec7 100644
--- a/tools/patman/__init__.py
+++ b/tools/patman/__init__.py
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
__all__ = ['checkpatch', 'command', 'commit', 'control', 'cros_subprocess',
- 'func_test', 'get_maintainer', 'gitutil', 'main', 'patchstream',
+ 'func_test', 'get_maintainer', 'gitutil', '__main__', 'patchstream',
'project', 'series', 'setup', 'settings', 'terminal',
'test_checkpatch', 'test_util', 'tools', 'tout']