]> granicus.if.org Git - python/commit
Fix test_tarfile failure when gzip is not available
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 Apr 2003 03:05:56 +0000 (03:05 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 Apr 2003 03:05:56 +0000 (03:05 +0000)
commit4ec6824896e22637a421cb99fdde694f0a1cdbc5
treeab7a15b39c0eb1c3720e8631e89803e80b819e86
parentffe33b7f2416132d2e5b64683dbcc2aaf0596937
Fix test_tarfile failure when gzip is not available
The module would exist, but be empty if already imported.
This change ensures we have gzip available.
Lib/tarfile.py