summaryrefslogtreecommitdiff
path: root/Mailman/interfaces/profile.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/profile.py
parente5c04e2a93a58d799dd3940a7935853eb1f2e3e4 (diff)
downloadmailman-3231fd628f6eea30bd6e2be56eb419ed0008d954.tar.gz
mailman-3231fd628f6eea30bd6e2be56eb419ed0008d954.tar.zst
mailman-3231fd628f6eea30bd6e2be56eb419ed0008d954.zip
Diffstat (limited to 'Mailman/interfaces/profile.py')
-rw-r--r--Mailman/interfaces/profile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/interfaces/profile.py b/Mailman/interfaces/profile.py
index ed3968f9d..a0b5131cb 100644
--- a/Mailman/interfaces/profile.py
+++ b/Mailman/interfaces/profile.py
@@ -15,13 +15,13 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.
-"""Interface for a profile, which describes delivery related information."""
+"""Interface for preferences."""
from zope.interface import Interface, Attribute
-class IProfile(Interface):
+class IPreferences(Interface):
"""Delivery related information."""
acknowledge_posts = Attribute(