summaryrefslogtreecommitdiff
path: root/mailman/interfaces/pending.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-16 21:04:21 -0500
committerBarry Warsaw2009-01-16 21:04:21 -0500
commitae3d0cc316b826b8325507d960ccf84da601c3b0 (patch)
tree3485e2ca463c2131a0ffb1693bc60d569cc9d8b7 /mailman/interfaces/pending.py
parenta3f7d07c62b2f7d6ac9d0b700883826c2838db60 (diff)
downloadmailman-ae3d0cc316b826b8325507d960ccf84da601c3b0.tar.gz
mailman-ae3d0cc316b826b8325507d960ccf84da601c3b0.tar.zst
mailman-ae3d0cc316b826b8325507d960ccf84da601c3b0.zip
Diffstat (limited to 'mailman/interfaces/pending.py')
-rw-r--r--mailman/interfaces/pending.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/mailman/interfaces/pending.py b/mailman/interfaces/pending.py
index 7fcde07ad..0e43278e0 100644
--- a/mailman/interfaces/pending.py
+++ b/mailman/interfaces/pending.py
@@ -22,6 +22,17 @@ maps these events to a unique hash that can be used as a token for end user
confirmation.
"""
+from __future__ import absolute_import, unicode_literals
+
+__metaclass__ = type
+__all__ = [
+ 'IPendable',
+ 'IPended',
+ 'IPendedKeyValue',
+ 'IPendings',
+ ]
+
+
from zope.interface import Interface, Attribute