[pywin32-checkins] pywin32 setup_win32all.py,1.38,1.39
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-10-18 06:04:37
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9086 Modified Files: setup_win32all.py Log Message: Oops - fix the new setup_win32all stub. Index: setup_win32all.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup_win32all.py,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** setup_win32all.py 18 Oct 2004 06:02:35 -0000 1.38 --- setup_win32all.py 18 Oct 2004 06:04:21 -0000 1.39 *************** *** 4,6 **** import sys, os mydir=os.path.dirname(sys.argv[0]) ! execfile(os.path.join(mydir, "setup_win32all.py")) --- 4,6 ---- import sys, os mydir=os.path.dirname(sys.argv[0]) ! execfile(os.path.join(mydir, "setup.py")) |