summaryrefslogtreecommitdiff
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 21:53:25 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-11 21:53:25 +0000
commit651bc32a4ebfebfc69b0e7fd0a34abee40274bbb (patch)
tree4e9db6bcdb95080cc872d52e2afb776d94426da2 /Lib/cgi.py
parent75c8be048bac59c7cf85c301fb247f9cd866463c (diff)
downloadcpython-git-651bc32a4ebfebfc69b0e7fd0a34abee40274bbb.tar.gz
use proper shebang lines
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index db10a6246c..77ecde6348 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