mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
#2622 Import errors in email.message, from a py2app standalone application.
Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
This commit is contained in:
parent
c91cbb948a
commit
74b8d333b7
9 changed files with 21 additions and 18 deletions
|
@ -6,9 +6,9 @@ import unittest
|
|||
from test.test_support import run_unittest
|
||||
|
||||
from email.test.test_email import TestEmailBase
|
||||
from email.Charset import Charset
|
||||
from email.Header import Header, decode_header
|
||||
from email.Message import Message
|
||||
from email.charset import Charset
|
||||
from email.header import Header, decode_header
|
||||
from email.message import Message
|
||||
|
||||
# We're compatible with Python 2.3, but it doesn't have the built-in Asian
|
||||
# codecs, so we have to skip all these tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue