[pywin32-checkins] pywin32/Pythonwin/pywin/Demos/app dlgappdemo.py, 1.2, 1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-10-01 14:41:33
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/Demos/app In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19041/Pythonwin/pywin/Demos/app Modified Files: dlgappdemo.py Log Message: Add newline to end of file Index: dlgappdemo.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/Demos/app/dlgappdemo.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dlgappdemo.py 10 Dec 2006 21:51:10 -0000 1.2 --- dlgappdemo.py 1 Oct 2008 14:41:22 -0000 1.3 *************** *** 45,47 **** import demoutils demoutils.NeedApp() - \ No newline at end of file --- 45,46 ---- |