[pywin32-checkins] pywin32/Pythonwin/pywin/Demos guidemo.py, 1.3.4.2, 1.3.4.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-03 04:45:22
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/Demos In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7676/pywin/Demos Modified Files: Tag: py3k guidemo.py Log Message: merge various fixes and cleanups from bzr integration branch Index: guidemo.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/Demos/guidemo.py,v retrieving revision 1.3.4.2 retrieving revision 1.3.4.3 diff -C2 -d -r1.3.4.2 -r1.3.4.3 *** guidemo.py 27 Nov 2008 11:31:03 -0000 1.3.4.2 --- guidemo.py 3 Jan 2009 04:45:17 -0000 1.3.4.3 *************** *** 19,23 **** ('OCX Control Demo', 'from ocx import ocxtest;ocxtest.demo()'), ('OCX Serial Port Demo', 'from ocx import ocxserialtest; ocxserialtest.test()'), ! ('IE4 Control Demo', 'from ocx import webbrowser; webbrowser.Demo()'), ] --- 19,23 ---- ('OCX Control Demo', 'from ocx import ocxtest;ocxtest.demo()'), ('OCX Serial Port Demo', 'from ocx import ocxserialtest; ocxserialtest.test()'), ! ('IE4 Control Demo', 'from ocx import webbrowser; webbrowser.Demo("http://www.python.org")'), ] |