[pywin32-checkins] pywin32/com/win32comext/ifilter/demo filterDemo.py, 1.1.4.1, 1.1.4.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-04 07:30:59
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/ifilter/demo In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4608/com/win32comext/ifilter/demo Modified Files: Tag: py3k filterDemo.py Log Message: fix syntax error introduced by conversion to py3k syntax Index: filterDemo.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/ifilter/demo/filterDemo.py,v retrieving revision 1.1.4.1 retrieving revision 1.1.4.2 diff -C2 -d -r1.1.4.1 -r1.1.4.2 *** filterDemo.py 26 Nov 2008 09:03:30 -0000 1.1.4.1 --- filterDemo.py 4 Dec 2008 07:30:55 -0000 1.1.4.2 *************** *** 191,195 **** def _usage(): import os ! print("Usage: %s filename [verbose [dumpbody]]" % (os.path.basename(sys.argv[0]),))) print() print("Where:-") --- 191,195 ---- def _usage(): import os ! print("Usage: %s filename [verbose [dumpbody]]" % (os.path.basename(sys.argv[0]),)) print() print("Where:-") |