diff options
author | Guido van Rossum <guido@python.org> | 1996-11-27 19:52:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-11-27 19:52:01 (GMT) |
commit | f06ee5fa072931fc807527535c91a46c149a6746 (patch) | |
tree | f5be5d5b642b477eaf52e42de2a7792e2ab91cb7 /Misc | |
parent | cd612d5e5c330bcc77e593cbc406b4214858aa78 (diff) | |
download | cpython-f06ee5fa072931fc807527535c91a46c149a6746.zip cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.gz cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.bz2 |
/usr/local/bin/python -> /usr/bin/env python
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/Fixcprt.py | 2 | ||||
-rwxr-xr-x | Misc/faq2html.py | 2 | ||||
-rwxr-xr-x | Misc/renumber.py | 2 |
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 |