[Python-checkins] python/dist/src/Lib/test test_email_codecs.py,1.4,1.5
bwarsaw@users.sourceforge.net
bwarsaw@users.sourceforge.net
Fri, 19 Jul 2002 15:44:25 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv12983
Modified Files:
test_email_codecs.py
Log Message:
Shut the test up and add a missing import
Index: test_email_codecs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_email_codecs.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_email_codecs.py 19 Jul 2002 22:31:10 -0000 1.4
--- test_email_codecs.py 19 Jul 2002 22:44:23 -0000 1.5
***************
*** 2,7 ****
# email package unit tests for (optional) Asian codecs
# The specific tests now live in Lib/email/test
! from email.test.test_email_codecs import *
--- 2,8 ----
# email package unit tests for (optional) Asian codecs
+ import unittest
# The specific tests now live in Lib/email/test
! from email.test.test_email_codecs import suite