summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-11-27 19:52:01 (GMT)
committerGuido van Rossum <guido@python.org>1996-11-27 19:52:01 (GMT)
commitf06ee5fa072931fc807527535c91a46c149a6746 (patch)
treef5be5d5b642b477eaf52e42de2a7792e2ab91cb7 /Misc
parentcd612d5e5c330bcc77e593cbc406b4214858aa78 (diff)
downloadcpython-f06ee5fa072931fc807527535c91a46c149a6746.zip
cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.gz
cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.bz2
/usr/local/bin/python -> /usr/bin/env python
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/Fixcprt.py2
-rwxr-xr-xMisc/faq2html.py2
-rwxr-xr-xMisc/renumber.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Misc/Fixcprt.py b/Misc/Fixcprt.py
index fa28aaa..f533775 100755
--- a/Misc/Fixcprt.py
+++ b/Misc/Fixcprt.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
import regex
import regsub
diff --git a/Misc/faq2html.py b/Misc/faq2html.py
index 84346b4..32f3e79 100755
--- a/Misc/faq2html.py
+++ b/Misc/faq2html.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#! /usr/bin/env python
# A somewhat-generalized FAQ-to-HTML converter (by Ka-Ping Yee, 10 Sept 96)
diff --git a/Misc/renumber.py b/Misc/renumber.py
index f2299b6..cc2d075 100755
--- a/Misc/renumber.py
+++ b/Misc/renumber.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
# Renumber the Python FAQ