summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/interfaces/runner.py2
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?