diff options
| author | Barry Warsaw | 2016-11-29 18:51:05 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-29 18:51:05 -0500 |
| commit | fe22ebdb98d125db840c980cbd953a8fbc2e5cdf (patch) | |
| tree | 3673d5edcb84b8ff3a81950e8606491f1132fed3 /src/mailman/handlers/to_archive.py | |
| parent | cb498d3e960af6c741fac9896d8a60bab9f79865 (diff) | |
| download | mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.gz mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.zst mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.zip | |
Diffstat (limited to 'src/mailman/handlers/to_archive.py')
| -rw-r--r-- | src/mailman/handlers/to_archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/handlers/to_archive.py b/src/mailman/handlers/to_archive.py index d5b980ab4..d2805ea3e 100644 --- a/src/mailman/handlers/to_archive.py +++ b/src/mailman/handlers/to_archive.py @@ -17,11 +17,11 @@ """Add the message to the archives.""" -from mailman import public from mailman.config import config from mailman.core.i18n import _ from mailman.interfaces.archiver import ArchivePolicy from mailman.interfaces.handler import IHandler +from public import public from zope.interface import implementer |
