diff options
Diffstat (limited to 'Lib/test/test_tarfile.py')
-rw-r--r-- | Lib/test/test_tarfile.py | 1 |
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 |