Commit ab3a1481 authored by Jim Fulton's avatar Jim Fulton

Got rid of #! blather.

parent 0f898db5
#!/bin/sh '''CGI Response Output formatter
""":"
exec python $0 ${1+"$@"}
"""
#" Waaaaa
__doc__='''CGI Response Output formatter $Id: Response.py,v 1.34 1998/06/24 16:51:48 jim Exp $'''
$Id: Response.py,v 1.33 1998/05/20 16:55:34 brian Exp $'''
# Copyright # Copyright
# #
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne # Copyright 1996 Digital Creations, L.C., 910 Princess Anne
...@@ -56,7 +50,7 @@ $Id: Response.py,v 1.33 1998/05/20 16:55:34 brian Exp $''' ...@@ -56,7 +50,7 @@ $Id: Response.py,v 1.33 1998/05/20 16:55:34 brian Exp $'''
# Digital Creations, info@Digicool.com # Digital Creations, info@Digicool.com
# (540) 371-6909 # (540) 371-6909
# #
__version__='$Revision: 1.33 $'[11:-2] __version__='$Revision: 1.34 $'[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
......
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