summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/file_recipients.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/handlers/file_recipients.py')
-rw-r--r--src/mailman/handlers/file_recipients.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/handlers/file_recipients.py b/src/mailman/handlers/file_recipients.py
index ec8868649..4b115bb53 100644
--- a/src/mailman/handlers/file_recipients.py
+++ b/src/mailman/handlers/file_recipients.py
@@ -17,9 +17,6 @@
"""Get the normal delivery recipients from a Sendmail style :include: file."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'FileRecipients',
]
@@ -28,10 +25,9 @@ __all__ = [
import os
import errno
-from zope.interface import implementer
-
from mailman.core.i18n import _
from mailman.interfaces.handler import IHandler
+from zope.interface import implementer