summaryrefslogtreecommitdiff
path: root/mailman/interfaces/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/interfaces/user.py')
-rw-r--r--mailman/interfaces/user.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mailman/interfaces/user.py b/mailman/interfaces/user.py
index 25703bd17..0e84f1ab0 100644
--- a/mailman/interfaces/user.py
+++ b/mailman/interfaces/user.py
@@ -33,6 +33,9 @@ class IUser(Interface):
addresses = Attribute(
"""An iterator over all the IAddresses controlled by this user.""")
+ memberships = Attribute(
+ """A roster of this user's membership.""")
+
def register(address, real_name=None):
"""Register the given email address and link it to this user.