diff options
| author | Barry Warsaw | 2009-01-06 21:35:00 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-06 21:35:00 -0500 |
| commit | 994d079ea50deb58b20c41e506e29278c3c93257 (patch) | |
| tree | 3677fbe2a3db8824d8a8889487c6f06bc173d615 /mailman/testing/layers.py | |
| parent | 89f5f76ed31d6ca2faf8e2a783a37e9009b03413 (diff) | |
| download | mailman-994d079ea50deb58b20c41e506e29278c3c93257.tar.gz mailman-994d079ea50deb58b20c41e506e29278c3c93257.tar.zst mailman-994d079ea50deb58b20c41e506e29278c3c93257.zip | |
Diffstat (limited to 'mailman/testing/layers.py')
| -rw-r--r-- | mailman/testing/layers.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mailman/testing/layers.py b/mailman/testing/layers.py index 0bac91c5c..f3a4266fd 100644 --- a/mailman/testing/layers.py +++ b/mailman/testing/layers.py @@ -87,8 +87,7 @@ class ConfigLayer: level: debug """) # Enable log message propagation and reset the log paths so that the - # doctests can check the output. XXX Switch to using the log support - # in zope.testing. + # doctests can check the output. for logger_config in config.logger_configs: sub_name = logger_config.name.split('.')[-1] if sub_name == 'root': |
