diff options
Diffstat (limited to 'src/mailman/commands/eml_echo.py')
| -rw-r--r-- | src/mailman/commands/eml_echo.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mailman/commands/eml_echo.py b/src/mailman/commands/eml_echo.py index eecfca643..67f917d3e 100644 --- a/src/mailman/commands/eml_echo.py +++ b/src/mailman/commands/eml_echo.py @@ -17,11 +17,7 @@ """The email command 'echo'.""" -__all__ = [ - 'Echo', - ] - - +from mailman import public from mailman.core.i18n import _ from mailman.interfaces.command import ContinueProcessing, IEmailCommand from zope.interface import implementer @@ -30,7 +26,7 @@ from zope.interface import implementer SPACE = ' ' - +@public @implementer(IEmailCommand) class Echo: """The email 'echo' command.""" |
