summaryrefslogtreecommitdiff
path: root/mailman/testing/helpers.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-10-06 22:07:04 -0400
committerBarry Warsaw2008-10-06 22:07:04 -0400
commitc7340d712c640fa5992518a7cf16272f634abccc (patch)
tree99057710fbc7b92eaa1720daea4c3a6cd5929cf3 /mailman/testing/helpers.py
parent6f4351721559e8b7b577d3a01216fec88121ed11 (diff)
parentf0c9fad6372a645981b5c72fe02a6ad62f35790f (diff)
downloadmailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.gz
mailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.zst
mailman-c7340d712c640fa5992518a7cf16272f634abccc.zip
branch merge
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)