[Python-checkins] python/dist/src/PCbuild python20.wse,1.121,1.122
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
2003年4月24日 14:52:22 -0700
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv18167/python/PCbuild
Modified Files:
python20.wse
Log Message:
Try to recover from changes in the structure of the CSV package/module.
Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** python20.wse 24 Apr 2003 16:45:34 -0000 1.121
--- python20.wse 24 Apr 2003 21:52:16 -0000 1.122
***************
*** 1938,1955 ****
end
item: Install File
- Source=..\lib\csv\*.py
- Destination=%MAINDIR%\Lib\csv
- Description=CSV package
- Flags=0000000000000010
- end
- item: Install File
- Source=..\lib\csv\util\*.py
- Destination=%MAINDIR%\Lib\csv\util
- Description=CSV package
- Flags=0000000000000010
- end
- item: Remark
- end
- item: Install File
Source=..\lib\distutils\*.py
Destination=%MAINDIR%\Lib\distutils
--- 1938,1941 ----