diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-02-19 02:41:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-02-19 02:41:44 (GMT) |
commit | 8266af4f067db77f1bd061d227f382de4064d5bc (patch) | |
tree | 4f1a9a669760772583f8376b2e793b0dc47bd5c1 /PCbuild/python20.wse | |
parent | f2715e076435b74638acb81512c2ee014f75aea2 (diff) | |
download | cpython-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 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index ad92740..41cb345 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -2320,6 +2320,24 @@ item: Install File Description=Python Test files Flags=0000000000000010 end +item: Install File + Source=..\lib\test\*.bz2 + Destination=%MAINDIR%\Lib\test + Description=Python Test files + Flags=0000000000000010 +end +item: Install File + Source=..\lib\test\*.tar + Destination=%MAINDIR%\Lib\test + Description=Python Test files + Flags=0000000000000010 +end +item: Install File + Source=..\lib\test\*.gz + Destination=%MAINDIR%\Lib\test + Description=Python Test files + Flags=0000000000000010 +end item: Remark end item: Install File |