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 /Tools/modulator | |
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 'Tools/modulator')
-rwxr-xr-x | Tools/modulator/Tkextra.py | 2 | ||||
-rwxr-xr-x | Tools/modulator/modulator.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/modulator/Tkextra.py b/Tools/modulator/Tkextra.py index 25681ae..15b16a9 100755 --- a/Tools/modulator/Tkextra.py +++ b/Tools/modulator/Tkextra.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # A Python function that generates dialog boxes with a text message, # optional bitmap, and any number of buttons. diff --git a/Tools/modulator/modulator.py b/Tools/modulator/modulator.py index 02ad80d..da3ce12 100755 --- a/Tools/modulator/modulator.py +++ b/Tools/modulator/modulator.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # # Modulator - Generate skeleton modules. # |