diff options
| author | Barry Warsaw | 2009-06-30 23:14:26 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-06-30 23:14:26 -0400 |
| commit | 80fa4158997a8d6aa02a281bb1732417bee1b8a9 (patch) | |
| tree | f58adb4d5003a04b10d6bf3a1aaa9081e18c10b1 /src/mailman/constants.py | |
| parent | fc07eb2b464eaea1f3dcc9ce4d57343571e8527f (diff) | |
| download | mailman-80fa4158997a8d6aa02a281bb1732417bee1b8a9.tar.gz mailman-80fa4158997a8d6aa02a281bb1732417bee1b8a9.tar.zst mailman-80fa4158997a8d6aa02a281bb1732417bee1b8a9.zip | |
Diffstat (limited to 'src/mailman/constants.py')
| -rw-r--r-- | src/mailman/constants.py | 6 |
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 |
