[Python-checkins] python/dist/src/Lib/test test_email.py,1.24.4.4,1.24.4.5

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Sun, 06 Oct 2002 13:15:00 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv1079

Modified Files:
      Tag: release22-maint
	test_email.py 
Log Message:
Aargh!  The 2.3 version of this file requires "from test.test_support
import run_suite", but the 2.2.2 version requires "from test_support
import run_suite" ... :-(


Index: test_email.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_email.py,v
retrieving revision 1.24.4.4
retrieving revision 1.24.4.5
diff -C2 -d -r1.24.4.4 -r1.24.4.5
*** test_email.py	6 Oct 2002 14:38:00 -0000	1.24.4.4
--- test_email.py	6 Oct 2002 20:14:58 -0000	1.24.4.5
***************
*** 5,9 ****
  # The specific tests now live in Lib/email/test
  from email.test.test_email import suite
! from test.test_support import run_suite
  
  def test_main():
--- 5,9 ----
  # The specific tests now live in Lib/email/test
  from email.test.test_email import suite
! from test_support import run_suite
  
  def test_main():