diff options
Diffstat (limited to 'mailman/config/helpers.py')
| -rw-r--r-- | mailman/config/helpers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mailman/config/helpers.py b/mailman/config/helpers.py index 306ef21b4..5c5cecc67 100644 --- a/mailman/config/helpers.py +++ b/mailman/config/helpers.py @@ -26,6 +26,8 @@ __all__ = [ import logging +# XXX BAW 20-Dec-2008 Donate these back to the lazr.config project. + def as_boolean(value): |
