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