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/utilities/mailbox.py | |
| parent | cb498d3e960af6c741fac9896d8a60bab9f79865 (diff) | |
| download | mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.gz mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.zst mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.zip | |
Diffstat (limited to 'src/mailman/utilities/mailbox.py')
| -rw-r--r-- | src/mailman/utilities/mailbox.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/utilities/mailbox.py b/src/mailman/utilities/mailbox.py index b799babea..19146e036 100644 --- a/src/mailman/utilities/mailbox.py +++ b/src/mailman/utilities/mailbox.py @@ -23,8 +23,9 @@ # get its size. MMDF is slightly more sane than mbox; it's primary advantage # for us is that it does no 'From' mangling. # mangling. + from mailbox import MMDF -from mailman import public +from public import public @public |
