diff options
| author | Barry Warsaw | 2008-10-06 22:07:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-10-06 22:07:04 -0400 |
| commit | c7340d712c640fa5992518a7cf16272f634abccc (patch) | |
| tree | 99057710fbc7b92eaa1720daea4c3a6cd5929cf3 /mailman/testing/helpers.py | |
| parent | 6f4351721559e8b7b577d3a01216fec88121ed11 (diff) | |
| parent | f0c9fad6372a645981b5c72fe02a6ad62f35790f (diff) | |
| download | mailman-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.py | 2 |
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) |
