diff options
Diffstat (limited to 'src/mailman/commands/cli_help.py')
| -rw-r--r-- | src/mailman/commands/cli_help.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mailman/commands/cli_help.py b/src/mailman/commands/cli_help.py index 0a68d0339..9222cd00f 100644 --- a/src/mailman/commands/cli_help.py +++ b/src/mailman/commands/cli_help.py @@ -17,16 +17,12 @@ """The 'help' subcommand.""" -__all__ = [ - 'Help', - ] - - +from mailman import public from mailman.interfaces.command import ICLISubCommand from zope.interface import implementer - +@public @implementer(ICLISubCommand) class Help: # Lowercase, to match argparse's default --help text. |
