diff options
| author | Barry Warsaw | 2008-12-22 23:26:58 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-12-22 23:26:58 -0500 |
| commit | fd600d3952393dc9808fefb9be871f78cdbdff39 (patch) | |
| tree | 1c404608ccfbe640a3816859d3257025b0c4b353 /mailman/config/helpers.py | |
| parent | dfccf2b7d2b5749c86267645aaf870f128dab2d8 (diff) | |
| download | mailman-fd600d3952393dc9808fefb9be871f78cdbdff39.tar.gz mailman-fd600d3952393dc9808fefb9be871f78cdbdff39.tar.zst mailman-fd600d3952393dc9808fefb9be871f78cdbdff39.zip | |
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): |
