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/maildir.py | |
| parent | 20a97a4163774212ad9f16c5a2e3abcbf3ecf918 (diff) | |
| download | mailman-af67970b37a00941d532de574d0cd9c05b207d69.tar.gz mailman-af67970b37a00941d532de574d0cd9c05b207d69.tar.zst mailman-af67970b37a00941d532de574d0cd9c05b207d69.zip | |
Diffstat (limited to 'mailman/queue/maildir.py')
| -rw-r--r-- | mailman/queue/maildir.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/queue/maildir.py b/mailman/queue/maildir.py index 4a6c0f250..71bac67dc 100644 --- a/mailman/queue/maildir.py +++ b/mailman/queue/maildir.py @@ -98,7 +98,7 @@ class MaildirRunner(Runner): self._cur = os.path.join(config.MAILDIR_DIR, 'cur') self._parser = Parser(Message) - def _oneloop(self): + def _one_iteration(self): # Refresh this each time through the list. listnames = list(config.list_manager.names) # Cruise through all the files currently in the new/ directory @@ -185,5 +185,5 @@ class MaildirRunner(Runner): os.rename(dstname, xdstname) log.error('%s', e) - def _cleanup(self): + def _clean_up(self): pass |
