Commit a087a050 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 84a37e5e
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
""":" """:"
exec python $0 ${1+"$@"} exec python $0 ${1+"$@"}
""" """
#" Waaaaa
__doc__='''CGI Response Output formatter __doc__='''CGI Response Output formatter
$Id: Response.py,v 1.31 1998/04/09 15:21:07 jim Exp $''' $Id: Response.py,v 1.32 1998/04/09 15:21:41 jim Exp $'''
# Copyright # Copyright
# #
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne # Copyright 1996 Digital Creations, L.C., 910 Princess Anne
...@@ -55,7 +56,7 @@ $Id: Response.py,v 1.31 1998/04/09 15:21:07 jim Exp $''' ...@@ -55,7 +56,7 @@ $Id: Response.py,v 1.31 1998/04/09 15:21:07 jim Exp $'''
# Digital Creations, info@Digicool.com # Digital Creations, info@Digicool.com
# (540) 371-6909 # (540) 371-6909
# #
__version__='$Revision: 1.31 $'[11:-2] __version__='$Revision: 1.32 $'[11:-2]
import string, types, sys, regex import string, types, sys, regex
from string import find, rfind, lower, upper, strip, split, join, translate from string import find, rfind, lower, upper, strip, split, join, translate
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
exec python $0 ${1+"$@"} exec python $0 ${1+"$@"}
""" """
#" Waaaa
__doc__='''Command-line Bobo __doc__='''Command-line Bobo
Usage Usage
...@@ -76,7 +78,7 @@ Examples ...@@ -76,7 +78,7 @@ Examples
s s
$Id: Test.py,v 1.13 1998/04/09 15:20:10 jim Exp $ $Id: Test.py,v 1.14 1998/04/09 15:21:59 jim Exp $
''' '''
# Copyright # Copyright
# #
...@@ -130,7 +132,7 @@ $Id: Test.py,v 1.13 1998/04/09 15:20:10 jim Exp $ ...@@ -130,7 +132,7 @@ $Id: Test.py,v 1.13 1998/04/09 15:20:10 jim Exp $
# #
# #
# #
__version__='$Revision: 1.13 $'[11:-2] __version__='$Revision: 1.14 $'[11:-2]
import sys,traceback, profile import sys,traceback, profile
repeat_count=100 repeat_count=100
...@@ -337,6 +339,9 @@ if __name__ == "__main__": main() ...@@ -337,6 +339,9 @@ if __name__ == "__main__": main()
# #
# $Log: Test.py,v $ # $Log: Test.py,v $
# Revision 1.14 1998/04/09 15:21:59 jim
# *** empty log message ***
#
# Revision 1.13 1998/04/09 15:20:10 jim # Revision 1.13 1998/04/09 15:20:10 jim
# Fixed way that Python is invoked in command-line mode. # Fixed way that Python is invoked in command-line mode.
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment