From af67970b37a00941d532de574d0cd9c05b207d69 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 29 Sep 2008 21:48:19 -0400 Subject: More clean up. - Remove Utils.reap() - Flesh out interfaces. - PEP 8 names. --- mailman/testing/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailman/testing/helpers.py') 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) -- cgit v1.2.3-70-g09d2