summaryrefslogtreecommitdiff
path: root/mailman/interfaces/user.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-03-24 13:45:32 -0400
committerBarry Warsaw2008-03-24 13:45:32 -0400
commit0e72ca67751485230ba9d831987d6162ef5aa280 (patch)
tree225f689a32e73efaff6aa2850947499bf05798ed /mailman/interfaces/user.py
parent16d7c64da2a3f674e2dcd2e0c5d38d2abf63cd83 (diff)
downloadmailman-0e72ca67751485230ba9d831987d6162ef5aa280.tar.gz
mailman-0e72ca67751485230ba9d831987d6162ef5aa280.tar.zst
mailman-0e72ca67751485230ba9d831987d6162ef5aa280.zip
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.