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/inject.py | |
| parent | 84a81e4a90349f7116863d2f45cda1ee31b5b3b5 (diff) | |
| download | mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.tar.gz mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.tar.zst mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.zip | |
Diffstat (limited to 'src/mailman/inject.py')
| -rw-r--r-- | src/mailman/inject.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/inject.py b/src/mailman/inject.py index 079236932..bd30d116e 100644 --- a/src/mailman/inject.py +++ b/src/mailman/inject.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -from __future__ import unicode_literals +from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ @@ -27,8 +27,8 @@ __all__ = [ from email import message_from_string from email.utils import formatdate, make_msgid -from mailman.Message import Message from mailman.config import config +from mailman.email.message import Message |
