diff options
| author | Barry Warsaw | 2011-04-08 05:50:34 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-04-08 05:50:34 -0400 |
| commit | 664cc74fd0c0156424e8fa891d1a9e75faabd09d (patch) | |
| tree | 76983881a6b3250793d12406922bf1cafaed1e24 /src/mailman/interfaces/member.py | |
| parent | b555769ce55285d277da1ba66590f5163cad0cfe (diff) | |
| parent | 70e5bc5fb4fff267e649c3b6581dff2dee96bf53 (diff) | |
| download | mailman-664cc74fd0c0156424e8fa891d1a9e75faabd09d.tar.gz mailman-664cc74fd0c0156424e8fa891d1a9e75faabd09d.tar.zst mailman-664cc74fd0c0156424e8fa891d1a9e75faabd09d.zip | |
Diffstat (limited to 'src/mailman/interfaces/member.py')
| -rw-r--r-- | src/mailman/interfaces/member.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/interfaces/member.py b/src/mailman/interfaces/member.py index d20580498..a5e693411 100644 --- a/src/mailman/interfaces/member.py +++ b/src/mailman/interfaces/member.py @@ -127,6 +127,9 @@ class IMember(Interface): address = Attribute( """The email address that's subscribed to the list.""") + user = Attribute( + """The user associated with this member.""") + preferences = Attribute( """This member's preferences.""") |
