[pywin32-checkins] pywin32/isapi/samples advanced.py,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-09-09 03:29:33
|
Update of /cvsroot/pywin32/pywin32/isapi/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4792 Modified Files: advanced.py Log Message: correct comment Index: advanced.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/isapi/samples/advanced.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** advanced.py 6 Oct 2004 05:11:53 -0000 1.1 --- advanced.py 9 Sep 2006 03:29:30 -0000 1.2 *************** *** 166,170 **** # Setup our custom option parser. from optparse import OptionParser ! parser = OptionParser('') # black usage, so isapi sets it. parser.add_option("", "--description", action="store", --- 166,170 ---- # Setup our custom option parser. from optparse import OptionParser ! parser = OptionParser('') # blank usage, so isapi sets it. parser.add_option("", "--description", action="store", |