diff options
| author | twouters | 2003-03-19 01:19:19 +0000 |
|---|---|---|
| committer | twouters | 2003-03-19 01:19:19 +0000 |
| commit | a280c3f727e2e8cdc4faa5e5aedefd3a1e3a9a92 (patch) | |
| tree | 2e419864aef1209e940c176aabbf6132328042e4 /Mailman/Deliverer.py | |
| parent | d74f2c9b1599076b5f42e992e94756bbfe9a96c7 (diff) | |
| download | mailman-a280c3f727e2e8cdc4faa5e5aedefd3a1e3a9a92.tar.gz mailman-a280c3f727e2e8cdc4faa5e5aedefd3a1e3a9a92.tar.zst mailman-a280c3f727e2e8cdc4faa5e5aedefd3a1e3a9a92.zip | |
Diffstat (limited to 'Mailman/Deliverer.py')
| -rw-r--r-- | Mailman/Deliverer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index 9ed8c7b71..be5ddfe97 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -165,7 +165,7 @@ action by you is required."""))) # Avoid import loops from Mailman.MailList import MailList mlist = MailList(listname, lock=False) - except MMListError: + except Errors.MMListError: # Oh well return otrans = i18n.get_translation() |
