[Python-checkins] python/dist/src/Lib/test test_email.py,1.41,1.42

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 19 Jul 2002 15:44:15 -0700


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

Modified Files:
	test_email.py 
Log Message:
Shut the test up and add a missing import


Index: test_email.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_email.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** test_email.py	19 Jul 2002 22:31:09 -0000	1.41
--- test_email.py	19 Jul 2002 22:44:12 -0000	1.42
***************
*** 2,7 ****
  # email package unit tests
  
  # The specific tests now live in Lib/email/test
! from email.test.test_email import *
  
  
--- 2,8 ----
  # email package unit tests
  
+ import unittest
  # The specific tests now live in Lib/email/test
! from email.test.test_email import suite