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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 18 Feb 2003 18:41:46 -0800


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

Modified Files:
	test_tarfile.py 
Log Message:
Removed debugging print in test_tarfile.
In the Windows installer, continued the endless battle to copy over files
with new one-shot extensions.


Index: test_tarfile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_tarfile.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_tarfile.py	19 Feb 2003 02:35:06 -0000	1.3
--- test_tarfile.py	19 Feb 2003 02:41:43 -0000	1.4
***************
*** 22,26 ****
  
  testtar = path("testtar.tar")
- print testtar
  tempdir = path("testtar.dir")
  tempname = path("testtar.tmp")
--- 22,25 ----