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 /Demo/tkinter/www/www4.py | |
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 'Demo/tkinter/www/www4.py')
-rwxr-xr-x | Demo/tkinter/www/www4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/www/www4.py b/Demo/tkinter/www/www4.py index 4351004..b916dca 100755 --- a/Demo/tkinter/www/www4.py +++ b/Demo/tkinter/www/www4.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www4.py -- display the contents of a URL in a Text widget |