diff options
Diffstat (limited to 'mailman/pipeline/to_archive.py')
| -rw-r--r-- | mailman/pipeline/to_archive.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mailman/pipeline/to_archive.py b/mailman/pipeline/to_archive.py index 15f4c856e..7f1702fe9 100644 --- a/mailman/pipeline/to_archive.py +++ b/mailman/pipeline/to_archive.py @@ -17,6 +17,8 @@ """Add the message to the archives.""" +from __future__ import absolute_import, unicode_literals + __metaclass__ = type __all__ = [ 'ToArchive', |
