diff options
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 |