#2622 Import errors in email.message, from a py2app standalone application.

Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
This commit is contained in:
Amaury Forgeot d'Arc 2009-07-11 14:33:51 +00:00
parent c91cbb948a
commit 74b8d333b7
9 changed files with 21 additions and 18 deletions

View file

@ -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.