Update of /cvsroot/pywin32/pywin32/com/win32com/test
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22614/win32com/test
Modified Files:
GenTestScripts.py
Log Message:
remove all support for NeedUnicodeConversions in a b/w compat way
Index: GenTestScripts.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/GenTestScripts.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** GenTestScripts.py 27 Nov 2008 05:58:17 -0000 1.4
--- GenTestScripts.py 4 Dec 2008 03:18:32 -0000 1.5
***************
*** 27,31 ****
print fname, ": generating -",
f = open(os.path.join(genPath, fname + ".py"), "w")
! win32com.client.makepy.GenerateFromTypeLibSpec(loadArgs, f, bQuiet = 1, bGUIProgress = 1, bUnicodeToString=NeedUnicodeConversions)
f.close()
print "compiling -",
--- 27,31 ----
print fname, ": generating -",
f = open(os.path.join(genPath, fname + ".py"), "w")
! win32com.client.makepy.GenerateFromTypeLibSpec(loadArgs, f, bQuiet = 1, bGUIProgress = 1)
f.close()
print "compiling -",
|