diff options
| author | Barry Warsaw | 2011-08-03 23:01:06 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-08-03 23:01:06 -0400 |
| commit | fdb49295a5f859059f2b8d105d30e97f5b059e77 (patch) | |
| tree | 84bbd8097dc150cc089069761612ae0a47372d79 /src/mailman/options.py | |
| parent | 6b7f61df17382d29fcb4b403d4485d1d08481177 (diff) | |
| download | mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.tar.gz mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.tar.zst mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.zip | |
Diffstat (limited to 'src/mailman/options.py')
| -rw-r--r-- | src/mailman/options.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/options.py b/src/mailman/options.py index 372c5fbf3..3d1119ff6 100644 --- a/src/mailman/options.py +++ b/src/mailman/options.py @@ -40,7 +40,6 @@ from mailman.version import MAILMAN_VERSION -# pylint: disable-msg=W0613 def check_unicode(option, opt, value): """Check that the value is a unicode string.""" if isinstance(value, unicode): @@ -52,7 +51,6 @@ def check_unicode(option, opt, value): 'option {0}: Cannot decode: {1}'.format(opt, value)) -# pylint: disable-msg=W0613 def check_yesno(option, opt, value): """Check that the value is 'yes' or 'no'.""" value = value.lower() |
