[pywin32-checkins] pywin32/Pythonwin/pywin/framework intpyapp.py, 1.11.2.1, 1.11.2.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-08-31 08:31:19
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28311 Modified Files: Tag: py3k intpyapp.py Log Message: Remove a print stmt Index: intpyapp.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/intpyapp.py,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -C2 -d -r1.11.2.1 -r1.11.2.2 *** intpyapp.py 29 Aug 2008 06:16:41 -0000 1.11.2.1 --- intpyapp.py 31 Aug 2008 08:31:27 -0000 1.11.2.2 *************** *** 302,306 **** # def OnDDECommand(self, command): - print ("DDE Executing", repr(command)) try: exec(command + "\n") --- 302,305 ---- |