summaryrefslogtreecommitdiff
path: root/src/mailman/runners/rest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/rest.py')
-rw-r--r--src/mailman/runners/rest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/rest.py b/src/mailman/runners/rest.py
index 468d9a95c..252e41ef0 100644
--- a/src/mailman/runners/rest.py
+++ b/src/mailman/runners/rest.py
@@ -40,7 +40,7 @@ log = logging.getLogger('mailman.http')
class RESTRunner(Runner):
- intercept_signals = False
+ #intercept_signals = False
is_queue_runner = False
def run(self):