summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/runner.py')
-rw-r--r--src/mailman/interfaces/runner.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/interfaces/runner.py b/src/mailman/interfaces/runner.py
index 0c8c53f92..1dfe7e266 100644
--- a/src/mailman/interfaces/runner.py
+++ b/src/mailman/interfaces/runner.py
@@ -51,6 +51,10 @@ class IRunner(Interface):
def stop():
"""Stop the runner on the next iteration through the loop."""
+ is_queue_runner = Attribute("""\
+ A boolean variable describing whether the runner is a queue runner.
+ """)
+
queue_directory = Attribute(
'The queue directory. Overridden in subclasses.')