summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/to_archive.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/handlers/to_archive.py')
-rw-r--r--src/mailman/handlers/to_archive.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/handlers/to_archive.py b/src/mailman/handlers/to_archive.py
index d18742f3c..d8c61bc7d 100644
--- a/src/mailman/handlers/to_archive.py
+++ b/src/mailman/handlers/to_archive.py
@@ -17,20 +17,16 @@
"""Add the message to the archives."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'ToArchive',
]
-from zope.interface import implementer
-
from mailman.config import config
from mailman.core.i18n import _
from mailman.interfaces.archiver import ArchivePolicy
from mailman.interfaces.handler import IHandler
+from zope.interface import implementer