summaryrefslogtreecommitdiff
path: root/src/mailman/commands/eml_echo.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-22 20:06:20 -0500
committerBarry Warsaw2014-12-22 20:06:20 -0500
commit286fac3f7c580dfc137ac11290a2ba5713f69472 (patch)
tree1449121ac40dca604016bdef820e32ac08964d39 /src/mailman/commands/eml_echo.py
parentfdd4748e2bb8da32a737aef3ba4d7705f654c729 (diff)
downloadmailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.gz
mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.zst
mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.zip
Diffstat (limited to 'src/mailman/commands/eml_echo.py')
-rw-r--r--src/mailman/commands/eml_echo.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/commands/eml_echo.py b/src/mailman/commands/eml_echo.py
index eb476dc7d..2bd55edbc 100644
--- a/src/mailman/commands/eml_echo.py
+++ b/src/mailman/commands/eml_echo.py
@@ -17,18 +17,14 @@
"""The email command 'echo'."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'Echo',
]
-from zope.interface import implementer
-
from mailman.core.i18n import _
from mailman.interfaces.command import ContinueProcessing, IEmailCommand
+from zope.interface import implementer
SPACE = ' '