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 | |
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')
-rwxr-xr-x | Demo/tkinter/www/www1.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www10.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www11.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www12.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www13.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www2.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www3.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www4.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www5.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www6.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www7.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www8.py | 2 | ||||
-rwxr-xr-x | Demo/tkinter/www/www9.py | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/Demo/tkinter/www/www1.py b/Demo/tkinter/www/www1.py index dc30e21..558fd74 100755 --- a/Demo/tkinter/www/www1.py +++ b/Demo/tkinter/www/www1.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www1.py -- print the contents of a URL on stdout diff --git a/Demo/tkinter/www/www10.py b/Demo/tkinter/www/www10.py index def5196..eef5220 100755 --- a/Demo/tkinter/www/www10.py +++ b/Demo/tkinter/www/www10.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www10.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www11.py b/Demo/tkinter/www/www11.py index 59b71c0..0b13ce1 100755 --- a/Demo/tkinter/www/www11.py +++ b/Demo/tkinter/www/www11.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www11.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www12.py b/Demo/tkinter/www/www12.py index 2e870c4..78884c9 100755 --- a/Demo/tkinter/www/www12.py +++ b/Demo/tkinter/www/www12.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www12.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www13.py b/Demo/tkinter/www/www13.py index af9b176..90de016 100755 --- a/Demo/tkinter/www/www13.py +++ b/Demo/tkinter/www/www13.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www13.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www2.py b/Demo/tkinter/www/www2.py index d14306a..3501803 100755 --- a/Demo/tkinter/www/www2.py +++ b/Demo/tkinter/www/www2.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www2.py -- print the contents of a URL on stdout # - error checking diff --git a/Demo/tkinter/www/www3.py b/Demo/tkinter/www/www3.py index eb8b07f..e1b1bc5 100755 --- a/Demo/tkinter/www/www3.py +++ b/Demo/tkinter/www/www3.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www3.py -- print the contents of a URL on stdout # - error checking 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 diff --git a/Demo/tkinter/www/www5.py b/Demo/tkinter/www/www5.py index 0ea451f..83f6ab9 100755 --- a/Demo/tkinter/www/www5.py +++ b/Demo/tkinter/www/www5.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www5.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www6.py b/Demo/tkinter/www/www6.py index a9b0698..a8824fa 100755 --- a/Demo/tkinter/www/www6.py +++ b/Demo/tkinter/www/www6.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www6.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www7.py b/Demo/tkinter/www/www7.py index cb4313d..be66dc8 100755 --- a/Demo/tkinter/www/www7.py +++ b/Demo/tkinter/www/www7.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www7.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www8.py b/Demo/tkinter/www/www8.py index 868a7ed..097121b 100755 --- a/Demo/tkinter/www/www8.py +++ b/Demo/tkinter/www/www8.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www8.py -- display the contents of a URL in a Text widget # - set window title diff --git a/Demo/tkinter/www/www9.py b/Demo/tkinter/www/www9.py index 60b46ed..12ca0f3 100755 --- a/Demo/tkinter/www/www9.py +++ b/Demo/tkinter/www/www9.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # www9.py -- display the contents of a URL in a Text widget # - set window title |