[pywin32-checkins] pywin32/com/win32comext/axscript/client pyscript.py, 1.9, 1.10
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-01-30 22:36:02
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/axscript/client In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20980 Modified Files: pyscript.py Log Message: Support the threading model "both" Index: pyscript.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axscript/client/pyscript.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pyscript.py 11 Apr 2005 13:04:40 -0000 1.9 --- pyscript.py 30 Jan 2007 22:35:57 -0000 1.10 *************** *** 212,216 **** _reg_class_spec_ = "win32com.axscript.client.pyscript.PyScript" _reg_remove_keys_ = [(".pys",), ("pysFile",)] ! _reg_threading_ = "Apartment" def __init__(self): --- 212,216 ---- _reg_class_spec_ = "win32com.axscript.client.pyscript.PyScript" _reg_remove_keys_ = [(".pys",), ("pysFile",)] ! _reg_threading_ = "both" def __init__(self): |