summaryrefslogtreecommitdiff
path: root/mailman/testing/helpers.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-09-29 21:48:19 -0400
committerBarry Warsaw2008-09-29 21:48:19 -0400
commitaf67970b37a00941d532de574d0cd9c05b207d69 (patch)
treed1af18d6361ea5f22cc768e9c306f22023b6db56 /mailman/testing/helpers.py
parent20a97a4163774212ad9f16c5a2e3abcbf3ecf918 (diff)
downloadmailman-af67970b37a00941d532de574d0cd9c05b207d69.tar.gz
mailman-af67970b37a00941d532de574d0cd9c05b207d69.tar.zst
mailman-af67970b37a00941d532de574d0cd9c05b207d69.zip
Diffstat (limited to 'mailman/testing/helpers.py')
-rw-r--r--mailman/testing/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/testing/helpers.py b/mailman/testing/helpers.py
index dd241ddba..5bd019ab7 100644
--- a/mailman/testing/helpers.py
+++ b/mailman/testing/helpers.py
@@ -63,7 +63,7 @@ def make_testable_runner(runner_class):
class EmptyingRunner(runner_class):
"""Stop processing when the queue is empty."""
- def _doperiodic(self):
+ def _do_periodic(self):
"""Stop when the queue is empty."""
self._stop = (len(self._switchboard.files) == 0)