diff options
| author | Barry Warsaw | 2007-10-09 22:18:14 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-10-09 22:18:14 -0400 |
| commit | 28f41bc768390f11cf817534cca67a1683f235a7 (patch) | |
| tree | fadc3a93de6c87bfca0ad3276cdc81f257a7a221 /Mailman/Handlers/ToDigest.py | |
| parent | e335c771c9e4bf0c108dd6ef9b8d210dce9c0221 (diff) | |
| download | mailman-28f41bc768390f11cf817534cca67a1683f235a7.tar.gz mailman-28f41bc768390f11cf817534cca67a1683f235a7.tar.zst mailman-28f41bc768390f11cf817534cca67a1683f235a7.zip | |
Diffstat (limited to 'Mailman/Handlers/ToDigest.py')
| -rw-r--r-- | Mailman/Handlers/ToDigest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py index 8bd13f2e6..6f06df43b 100644 --- a/Mailman/Handlers/ToDigest.py +++ b/Mailman/Handlers/ToDigest.py @@ -52,7 +52,7 @@ from Mailman.Handlers.Scrubber import process as scrubber from Mailman.Mailbox import Mailbox from Mailman.Mailbox import Mailbox from Mailman.configuration import config -from Mailman.constants import DeliveryMode, DeliveryStatus +from Mailman.interfaces import DeliveryMode, DeliveryStatus from Mailman.queue import Switchboard _ = i18n._ |
