commit | 651bc32a4ebfebfc69b0e7fd0a34abee40274bbb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 21:53:25 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 21:53:25 2010 +0000 |
tree | 4e9db6bcdb95080cc872d52e2afb776d94426da2 | |
parent | 75c8be048bac59c7cf85c301fb247f9cd866463c [diff] [blame] |
use proper shebang lines
diff --git a/Lib/cgi.py b/Lib/cgi.py index db10a62..77ecde6 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py
@@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is # intentionally NOT "/usr/bin/env python". On many systems