Merged revisions 73952 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

(Only docstrings were modified, won't backport to 3.1)

........
  r73952 | amaury.forgeotdarc | 2009-07-11 16:33:51 +0200 (sam., 11 juil. 2009) | 4 lines

  #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-12 16:43:19 +00:00
parent c9e6cecdce
commit 1c25de69ee
5 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ from test.support import TestSkipped
import email
from email import __file__ as testfile
from email.Iterators import _structure
from email.iterators import _structure
def openfile(filename):
from os.path import join, dirname, abspath