diff options
| author | Barry Warsaw | 2009-02-09 22:19:18 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-02-09 22:19:18 -0500 |
| commit | 98c52ea14883f0261fd7a2f2fe8db42d96331ddb (patch) | |
| tree | a0c5817f4c226ed14b3fe510314e825980b6cb4e /src/mailman/queue/lmtp.py | |
| parent | 84a81e4a90349f7116863d2f45cda1ee31b5b3b5 (diff) | |
| download | mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.tar.gz mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.tar.zst mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.zip | |
Diffstat (limited to 'src/mailman/queue/lmtp.py')
| -rw-r--r-- | src/mailman/queue/lmtp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/queue/lmtp.py b/src/mailman/queue/lmtp.py index 3ac8796ca..8befa72b4 100644 --- a/src/mailman/queue/lmtp.py +++ b/src/mailman/queue/lmtp.py @@ -38,9 +38,9 @@ import asyncore from email.utils import parseaddr -from mailman.Message import Message from mailman.config import config from mailman.database.transaction import txn +from mailman.email.message import Message from mailman.queue import Runner elog = logging.getLogger('mailman.error') |
