summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/to_outgoing.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/handlers/to_outgoing.py')
-rw-r--r--src/mailman/handlers/to_outgoing.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/handlers/to_outgoing.py b/src/mailman/handlers/to_outgoing.py
index 92fb7fee0..95686d9c7 100644
--- a/src/mailman/handlers/to_outgoing.py
+++ b/src/mailman/handlers/to_outgoing.py
@@ -22,19 +22,15 @@ posted to the list membership. Anything else that needs to go out to some
recipient should just be placed in the out queue directly.
"""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'ToOutgoing',
]
-from zope.interface import implementer
-
from mailman.config import config
from mailman.core.i18n import _
from mailman.interfaces.handler import IHandler
+from zope.interface import implementer