Commit 4b04f449 authored by Guido van Rossum's avatar Guido van Rossum

Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is

unlikely to find a python binary, as /usr/local/bin is usually not on
the default search path.
parent 0f82b30e
#! /usr/bin/env python #! /usr/local/bin/python
"""Support module for CGI (Common Gateway Interface) scripts. """Support module for CGI (Common Gateway Interface) scripts.
......
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