diff options
Diffstat (limited to 'mailman/interfaces/user.py')
| -rw-r--r-- | mailman/interfaces/user.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mailman/interfaces/user.py b/mailman/interfaces/user.py index 8824a2d7c..5c3ff58cd 100644 --- a/mailman/interfaces/user.py +++ b/mailman/interfaces/user.py @@ -17,6 +17,14 @@ """Interface describing the basics of a user.""" +from __future__ import absolute_import, unicode_literals + +__metaclass__ = type +__all__ = [ + 'IUser', + ] + + from zope.interface import Interface, Attribute |
