[ctypes-commit] ctypes/codegen/ctypes_codegen xml2py_main.py, 1.1, 1.2
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-06-08 19:17:30
|
Update of /cvsroot/ctypes/ctypes/codegen/ctypes_codegen In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13948 Modified Files: xml2py_main.py Log Message: Cleanup. Index: xml2py_main.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/codegen/ctypes_codegen/xml2py_main.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** xml2py_main.py 8 Jun 2006 18:46:47 -0000 1.1 --- xml2py_main.py 8 Jun 2006 19:17:26 -0000 1.2 *************** *** 102,114 **** help="add all standard windows dlls to the searched dlls list") - ## try: - ## import comtypes - ## except ImportError: - ## default_modules = ["ctypes", "ctypes.com"] - ## else: - ## default_modules = ["ctypes", "comtypes"] default_modules = ["ctypes.wintypes", "ctypes", - ## "comtypes" ] --- 102,107 ---- |