diff options
Diffstat (limited to 'mailman/interfaces/pending.py')
| -rw-r--r-- | mailman/interfaces/pending.py | 11 |
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 |
