summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 22:33:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-11 22:33:25 (GMT)
commit9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb (patch)
treef9501c1ee9cda66cc615050332b2372dd0740751 /Tools
parentafa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7 (diff)
downloadcpython-9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb.zip
cpython-9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb.tar.gz
cpython-9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb.tar.bz2
normalize shebang lines to #!/usr/bin/env python
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/faqwiz/faqw.py2
-rw-r--r--Tools/pybench/Setup.py2
-rwxr-xr-xTools/scripts/parseentities.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tools/faqwiz/faqw.py b/Tools/faqwiz/faqw.py
index c6c1a6d..fea98ec 100755
--- a/Tools/faqwiz/faqw.py
+++ b/Tools/faqwiz/faqw.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#!/usr/bin/env python
"""FAQ wizard bootstrap."""
diff --git a/Tools/pybench/Setup.py b/Tools/pybench/Setup.py
index 21e654a..309f3db 100644
--- a/Tools/pybench/Setup.py
+++ b/Tools/pybench/Setup.py
@@ -1,4 +1,4 @@
-#!python
+#!/usr/bin/env python
# Setup file for pybench
#
diff --git a/Tools/scripts/parseentities.py b/Tools/scripts/parseentities.py
index cf4e17c..4a44fb4 100755
--- a/Tools/scripts/parseentities.py
+++ b/Tools/scripts/parseentities.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/env python
""" Utility for parsing HTML entity definitions available from:
http://www.w3.org/ as e.g.