mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Use absolute import paths for intrapackage imports.
Use MIMENonMultipart as the base class so that you can't attach() to these non-multipart message types.
This commit is contained in:
parent
7dc865ad72
commit
524af6f382
5 changed files with 23 additions and 22 deletions
|
@ -4,7 +4,7 @@
|
|||
"""Base class for MIME specializations.
|
||||
"""
|
||||
|
||||
import Message
|
||||
from email import Message
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue