summaryrefslogtreecommitdiff
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 14451e35f36..0faef0cfa75 100644
--- a/tools/patman/__init__.py
+++ b/tools/patman/__init__.py
@@ -4,5 +4,5 @@ __all__ = [
'checkpatch', 'cmdline', 'commit', 'control', 'func_test',
'get_maintainer', '__main__', 'patchstream', 'patchwork', 'project',
'send', 'series', 'settings', 'setup', 'status', 'test_checkpatch',
- 'test_settings'
+ 'test_common', 'test_settings'
]