summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/al
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-11-27 19:52:01 (GMT)
committerGuido van Rossum <guido@python.org>1996-11-27 19:52:01 (GMT)
commitf06ee5fa072931fc807527535c91a46c149a6746 (patch)
treef5be5d5b642b477eaf52e42de2a7792e2ab91cb7 /Demo/sgi/al
parentcd612d5e5c330bcc77e593cbc406b4214858aa78 (diff)
downloadcpython-f06ee5fa072931fc807527535c91a46c149a6746.zip
cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.gz
cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.bz2
/usr/local/bin/python -> /usr/bin/env python
Diffstat (limited to 'Demo/sgi/al')
-rwxr-xr-xDemo/sgi/al/broadcast.py2
-rwxr-xr-xDemo/sgi/al/radio.py2
-rwxr-xr-xDemo/sgi/al/unicast.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Demo/sgi/al/broadcast.py b/Demo/sgi/al/broadcast.py
index ce4875e..9d88dac 100755
--- a/Demo/sgi/al/broadcast.py
+++ b/Demo/sgi/al/broadcast.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
# broadcast [port]
#
diff --git a/Demo/sgi/al/radio.py b/Demo/sgi/al/radio.py
index a6f6809..b9d30d2 100755
--- a/Demo/sgi/al/radio.py
+++ b/Demo/sgi/al/radio.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
# radio [port]
#
diff --git a/Demo/sgi/al/unicast.py b/Demo/sgi/al/unicast.py
index c9f3111..0d537b1 100755
--- a/Demo/sgi/al/unicast.py
+++ b/Demo/sgi/al/unicast.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
# unicast host [port]
#