summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 22:33:25 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-11 22:33:25 +0000
commit2e3bbc5d9cfff2f48a25930e6148628728667a88 (patch)
tree7bde12170ae4ecd4e59ec64086e9a30339b17da6 /Tools
parent20fde0846bcc27f4615d8ecd9b59aebb10d8512c (diff)
downloadcpython-2e3bbc5d9cfff2f48a25930e6148628728667a88.tar.gz
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 c6c1a6d616..fea98ecbdd 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 21e654afba..309f3db59e 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 cf4e17c1fc..4a44fb46a9 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.