[Python-checkins] CVS: python/dist/src/Lib/test test_sundry.py,1.3,1.4

Tim Peters tim_one@users.sourceforge.net
Fri, 06 Apr 2001 11:59:19 -0700


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

Modified Files:
	test_sundry.py 
Log Message:
Remove lines for asynchat & asyncore, as they've now got their own test.


Index: test_sundry.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sundry.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_sundry.py	2001/01/23 09:50:30	1.3
--- test_sundry.py	2001/04/06 18:59:17	1.4
***************
*** 10,15 ****
  import aifc
  import anydbm
- #import asynchat
- import asyncore
  import audiodev
  import bdb
--- 10,13 ----