summaryrefslogtreecommitdiff
path: root/src/mailman/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/constants.py')
-rw-r--r--src/mailman/constants.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mailman/constants.py b/src/mailman/constants.py
index 2cd48270c..73158d8c7 100644
--- a/src/mailman/constants.py
+++ b/src/mailman/constants.py
@@ -33,7 +33,13 @@ from mailman.interfaces.preferences import IPreferences
+# pylint: disable-msg=W0232
+# no class __init__()
+# pylint: disable-msg=R0903
+# too few public methods
class SystemDefaultPreferences:
+ """The default system preferences."""
+
implements(IPreferences)
acknowledge_posts = False