summaryrefslogtreecommitdiff
path: root/mailman/app/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/app/notifications.py')
-rw-r--r--mailman/app/notifications.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mailman/app/notifications.py b/mailman/app/notifications.py
index d60fe5fcf..9bef9998b 100644
--- a/mailman/app/notifications.py
+++ b/mailman/app/notifications.py
@@ -17,6 +17,8 @@
"""Sending notifications."""
+from __future__ import unicode_literals
+
__metaclass__ = type
__all__ = [
'send_admin_subscription_notice',