[pywin32-checkins] pywin32 setup_win32all_core.py,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <th...@us...> - 2003-05-16 18:46:56
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1:/tmp/cvs-serv8798 Modified Files: setup_win32all_core.py Log Message: Fix a small typo (and check if the checkin messages are sent). Index: setup_win32all_core.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup_win32all_core.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** setup_win32all_core.py 10 Jan 2003 02:54:32 -0000 1.2 --- setup_win32all_core.py 16 May 2003 18:46:46 -0000 1.3 *************** *** 2,6 **** # pywintypes and pythoncom. # ! # Thomas Heller, startet in 2000 or so. from distutils.core import setup, Extension, Command --- 2,6 ---- # pywintypes and pythoncom. # ! # Thomas Heller, started in 2000 or so. from distutils.core import setup, Extension, Command |