[pywin32-checkins] pywin32/com/win32com/test testuniv.py,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-08-08 03:54:07
|
Update of /cvsroot/pywin32/pywin32/com/win32com/test In directory sc8-pr-cvs1:/tmp/cvs-serv5436 Modified Files: testuniv.py Log Message: Make the test semi-work (it is old anyway). It crashes without a patch to univgw (which is coming) Index: testuniv.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/testuniv.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** testuniv.py 18 Nov 2002 11:20:07 -0000 1.2 --- testuniv.py 8 Aug 2003 03:54:04 -0000 1.3 *************** *** 4,8 **** import struct - import univgw import pythoncom from win32com.server import util --- 4,7 ---- *************** *** 10,13 **** --- 9,14 ---- import winerror import time + + univgw = pythoncom._univgw class Definition: |