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__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/patman/__init__.py b/tools/patman/__init__.py
index c83fc1234ea..0cca6f42435 100644
--- a/tools/patman/__init__.py
+++ b/tools/patman/__init__.py
@@ -3,7 +3,6 @@
__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_settings'
+ 'patchwork', 'project', 'send', 'series', 'settings', 'setup', 'status',
+ 'test_checkpatch', 'test_common', 'test_cseries', 'test_settings'
]