diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-02-19 02:35:07 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-02-19 02:35:07 +0000 |
commit | f2715e076435b74638acb81512c2ee014f75aea2 (patch) | |
tree | 8f50b5bca2f1d4d7c232894d907996f4104c3515 /Lib/test/test_tarfile.py | |
parent | f805cd2c1f4d850b1d933f39e63a61a3348ec224 (diff) | |
download | cpython-git-f2715e076435b74638acb81512c2ee014f75aea2.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_tarfile.py')
-rw-r--r-- | Lib/test/test_tarfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py index 4a8edb81ae..7b6d58dc38 100644 --- a/Lib/test/test_tarfile.py +++ b/Lib/test/test_tarfile.py @@ -21,6 +21,7 @@ def path(path): return test_support.findfile(path) testtar = path("testtar.tar") +print testtar tempdir = path("testtar.dir") tempname = path("testtar.tmp") membercount = 10 |