diff options
| author | Barry Warsaw | 2008-09-29 21:48:19 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-09-29 21:48:19 -0400 |
| commit | af67970b37a00941d532de574d0cd9c05b207d69 (patch) | |
| tree | d1af18d6361ea5f22cc768e9c306f22023b6db56 /mailman/queue/http.py | |
| parent | 20a97a4163774212ad9f16c5a2e3abcbf3ecf918 (diff) | |
| download | mailman-af67970b37a00941d532de574d0cd9c05b207d69.tar.gz mailman-af67970b37a00941d532de574d0cd9c05b207d69.tar.zst mailman-af67970b37a00941d532de574d0cd9c05b207d69.zip | |
Diffstat (limited to 'mailman/queue/http.py')
| -rw-r--r-- | mailman/queue/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/queue/http.py b/mailman/queue/http.py index bbbef51df..cb6940b29 100644 --- a/mailman/queue/http.py +++ b/mailman/queue/http.py @@ -37,7 +37,7 @@ class HTTPRunner(Runner): def __init__(self, slice=None, numslices=1): pass - def _cleanup(self): + def _clean_up(self): pass |
