diff options
Diffstat (limited to 'mailman/pipeline/file_recipients.py')
| -rw-r--r-- | mailman/pipeline/file_recipients.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mailman/pipeline/file_recipients.py b/mailman/pipeline/file_recipients.py index f356e2e18..89d10d783 100644 --- a/mailman/pipeline/file_recipients.py +++ b/mailman/pipeline/file_recipients.py @@ -17,6 +17,8 @@ """Get the normal delivery recipients from a Sendmail style :include: file.""" +from __future__ import absolute_import, unicode_literals + __metaclass__ = type __all__ = [ 'FileRecipients', |
