summaryrefslogtreecommitdiff
path: root/src/mailman/commands/eml_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/eml_help.py')
-rw-r--r--src/mailman/commands/eml_help.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/commands/eml_help.py b/src/mailman/commands/eml_help.py
index 139d484fb..8b93b272a 100644
--- a/src/mailman/commands/eml_help.py
+++ b/src/mailman/commands/eml_help.py
@@ -17,20 +17,16 @@
"""The email command 'help'."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'Help',
]
-from zope.interface import implementer
-
from mailman.config import config
from mailman.core.i18n import _
from mailman.interfaces.command import ContinueProcessing, IEmailCommand
from mailman.utilities.string import wrap
+from zope.interface import implementer
SPACE = ' '