summaryrefslogtreecommitdiff
path: root/src/mailman/runners/archive.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/archive.py')
-rw-r--r--src/mailman/runners/archive.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/runners/archive.py b/src/mailman/runners/archive.py
index cab776076..ea85281b1 100644
--- a/src/mailman/runners/archive.py
+++ b/src/mailman/runners/archive.py
@@ -17,6 +17,8 @@
"""Archive runner."""
+from __future__ import absolute_import, print_function, unicode_literals
+
__metaclass__ = type
__all__ = [
'ArchiveRunner',