diff options
| author | Barry Warsaw | 2013-05-30 17:48:40 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-05-30 17:48:40 -0400 |
| commit | 2ccac91e208a9c4e68df9ec68a6923c2ad354e6b (patch) | |
| tree | 44f02acb7b157a4dd246c6ac766e917289675fb5 /src | |
| parent | f01eed89df1170012f8423c7773d6e1105a7a31d (diff) | |
| download | mailman-2ccac91e208a9c4e68df9ec68a6923c2ad354e6b.tar.gz mailman-2ccac91e208a9c4e68df9ec68a6923c2ad354e6b.tar.zst mailman-2ccac91e208a9c4e68df9ec68a6923c2ad354e6b.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/interfaces/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/interfaces/runner.py b/src/mailman/interfaces/runner.py index 1dfe7e266..c54415c7a 100644 --- a/src/mailman/interfaces/runner.py +++ b/src/mailman/interfaces/runner.py @@ -63,6 +63,8 @@ class IRunner(Interface): through the main loop. """) + # BAW 2013-05-30: but see LP: #1184376 for why this perhaps should be + # removed entirely. intercept_signals = Attribute("""\ Should the runner mechanism intercept signals? |
