[Python-checkins] CVS: python/dist/src/Lib/test test_pty.py,1.9,1.10

Eric S. Raymond esr@users.sourceforge.net
Fri, 09 Feb 2001 03:53:08 -0800


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

Modified Files:
	test_pty.py 
Log Message:
String method conversion.
(This one was trivial -- no actual string. references in it!)


Index: test_pty.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pty.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** test_pty.py	2001/01/17 21:51:35	1.9
--- test_pty.py	2001/02/09 11:53:06	1.10
***************
*** 1,3 ****
! import pty, os, sys, string
  from test_support import verbose, TestFailed, TestSkipped
  
--- 1,3 ----
! import pty, os, sys
  from test_support import verbose, TestFailed, TestSkipped