diff options
Diffstat (limited to 'mailman/pipeline/cleanse_dkim.py')
| -rw-r--r-- | mailman/pipeline/cleanse_dkim.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mailman/pipeline/cleanse_dkim.py b/mailman/pipeline/cleanse_dkim.py index 774fa78cf..38623079c 100644 --- a/mailman/pipeline/cleanse_dkim.py +++ b/mailman/pipeline/cleanse_dkim.py @@ -25,6 +25,8 @@ and it will also give the MTA the opportunity to regenerate valid keys originating at the Mailman server for the outgoing message. """ +from __future__ import absolute_import, unicode_literals + __metaclass__ = type __all__ = [ 'CleanseDKIM', |
