[pywin32-checkins] pywin32 PyWin32.kpf,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2004-01-20 01:57:18
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1:/tmp/cvs-serv1086 Modified Files: PyWin32.kpf Log Message: Few random changes to my Komodo project file. Index: PyWin32.kpf =================================================================== RCS file: /cvsroot/pywin32/pywin32/PyWin32.kpf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PyWin32.kpf 24 Oct 2003 04:48:56 -0000 1.2 --- PyWin32.kpf 20 Jan 2004 01:57:15 -0000 1.3 *************** *** 9,14 **** <file name="build_for_version.bat" url="build_for_version.bat"> </file> - <file name="setup_win32all_core.py" url="setup_win32all_core.py"> - </file> <file name="set_for_version.py" url="set_for_version.py"> </file> --- 9,12 ---- *************** *** 427,430 **** --- 425,430 ---- </file> <file name="testPyComTest.py" url="com/win32com/test/testPyComTest.py"> + <preference-set id=""> + </preference-set> </file> <file name="testPyScriptlet.js" url="com/win32com/test/testPyScriptlet.js"> *************** *** 471,474 **** --- 471,482 ---- <file name="testIterators.py" url="com/win32com/test/testIterators.py"> </file> + <file name="testROT.py" url="com/win32com/test/testROT.py"> + </file> + <file name="testvbscript_regexp.py" url="com/win32com/test/testvbscript_regexp.py"> + </file> + <file name="testStorage.py" url="com/win32com/test/testStorage.py"> + </file> + <file name="testShell.py" url="com/win32com/test/testShell.py"> + </file> </folder> </folder> *************** *** 1941,1950 **** <preference-set id="Invocations"> <preference-set id="Python"> - <string id="userEnvironment"></string> <string id="postparams"></string> <string id="getparams"></string> <boolean id="use-console">0</boolean> <string id="mpostparams"></string> - <boolean id="sim-cgi">0</boolean> <string id="filename">E:\src\pythonex\win32\test\testall.py</string> <string id="request-method">GET</string> --- 1949,1957 ---- <preference-set id="Invocations"> <preference-set id="Python"> <string id="postparams"></string> + <string id="userEnvironment"></string> <string id="getparams"></string> <boolean id="use-console">0</boolean> <string id="mpostparams"></string> <string id="filename">E:\src\pythonex\win32\test\testall.py</string> <string id="request-method">GET</string> *************** *** 1955,1958 **** --- 1962,1966 ---- <string id="cookieparams"></string> <boolean id="show-dialog">1</boolean> + <boolean id="sim-cgi">0</boolean> <string id="cwd"></string> </preference-set> *************** *** 1962,1964 **** --- 1970,1976 ---- </folder> </folder> + <file name="pywin32_postinstall.py" url="pywin32_postinstall.py"> + </file> + <file name="setup_win32all.py" url="setup_win32all.py"> + </file> </project> |