[Python-checkins] python/dist/src/Lib/test test_sundry.py,1.11,1.12

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 03 Dec 2002 01:34:56 -0800


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

Modified Files:
	test_sundry.py 
Log Message:
Lose references to knee (no longer exists) and pyclbr (has its own
test suite now).


Index: test_sundry.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sundry.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** test_sundry.py	23 Jul 2002 19:04:05 -0000	1.11
--- test_sundry.py	3 Dec 2002 09:34:54 -0000	1.12
***************
*** 52,56 ****
  import imputil
  import keyword
- #import knee
  import macpath
  import macurl2path
--- 52,55 ----
***************
*** 71,75 ****
  import pstats
  import py_compile
- import pyclbr
  #import reconvert
  import repr
--- 70,73 ----