summaryrefslogtreecommitdiff
path: root/Mailman/interfaces/user.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-06-09 15:20:32 -0400
committerBarry Warsaw2007-06-09 15:20:32 -0400
commit3231fd628f6eea30bd6e2be56eb419ed0008d954 (patch)
tree176f80a7b4f72c410e30ab9ba3e3fe2deb1bb1fe /Mailman/interfaces/user.py
parente5c04e2a93a58d799dd3940a7935853eb1f2e3e4 (diff)
downloadmailman-3231fd628f6eea30bd6e2be56eb419ed0008d954.tar.gz
mailman-3231fd628f6eea30bd6e2be56eb419ed0008d954.tar.zst
mailman-3231fd628f6eea30bd6e2be56eb419ed0008d954.zip
Diffstat (limited to 'Mailman/interfaces/user.py')
-rw-r--r--Mailman/interfaces/user.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/interfaces/user.py b/Mailman/interfaces/user.py
index 6990eee4b..bed1db08d 100644
--- a/Mailman/interfaces/user.py
+++ b/Mailman/interfaces/user.py
@@ -30,8 +30,8 @@ class IUser(Interface):
password = Attribute(
"""This user's password information.""")
- profile = Attribute(
- """The default IProfile for this user.""")
+ preferences = Attribute(
+ """The default preferences for this user.""")
addresses = Attribute(
"""An iterator over all the IAddresses controlled by this user.""")