summaryrefslogtreecommitdiff
path: root/mailman/interfaces/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/interfaces/runner.py')
-rw-r--r--mailman/interfaces/runner.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/mailman/interfaces/runner.py b/mailman/interfaces/runner.py
index 28b15968c..500efd541 100644
--- a/mailman/interfaces/runner.py
+++ b/mailman/interfaces/runner.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
@@ -30,9 +30,10 @@ class IRunner(Interface):
def stop():
"""Stop the queue runner on the next iteration through the loop."""
- QDIR = Attribute('The queue directory. Overridden in subclasses.')
+ queue_directory = Attribute(
+ 'The queue directory. Overridden in subclasses.')
- SLEEPTIME = Attribute("""\
+ sleep_time = Attribute("""\
The number of seconds this queue runner will sleep between iterations
through the main loop. If given, overrides
`config.QRUNNER_SLEEP_TIME`