summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tarfile.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-19 02:41:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-02-19 02:41:44 (GMT)
commit8266af4f067db77f1bd061d227f382de4064d5bc (patch)
tree4f1a9a669760772583f8376b2e793b0dc47bd5c1 /Lib/test/test_tarfile.py
parentf2715e076435b74638acb81512c2ee014f75aea2 (diff)
downloadcpython-8266af4f067db77f1bd061d227f382de4064d5bc.zip
cpython-8266af4f067db77f1bd061d227f382de4064d5bc.tar.gz
cpython-8266af4f067db77f1bd061d227f382de4064d5bc.tar.bz2
Removed debugging print in test_tarfile.
In the Windows installer, continued the endless battle to copy over files with new one-shot extensions.
Diffstat (limited to 'Lib/test/test_tarfile.py')
-rw-r--r--Lib/test/test_tarfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py
index 7b6d58d..4a8edb8 100644
--- a/Lib/test/test_tarfile.py
+++ b/Lib/test/test_tarfile.py
@@ -21,7 +21,6 @@ def path(path):
return test_support.findfile(path)
testtar = path("testtar.tar")
-print testtar
tempdir = path("testtar.dir")
tempname = path("testtar.tmp")
membercount = 10