From d964be9f9a141772bb0538f7bc7ecfbf83950a02 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 24 Mar 2016 15:12:45 -0400 Subject: Clean up the commands subdirectory. --- src/mailman/commands/cli_help.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/mailman/commands/cli_help.py') 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. -- cgit v1.2.3-70-g09d2