summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-24 11:37:53 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-24 11:37:53 (GMT)
commit5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d (patch)
tree0a7c6359a82ff2e92f1f286e5958340cb786a175 /Demo
parentf1ceba61a46012ca854f0da43877480d2478009e (diff)
downloadcpython-5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d.zip
cpython-5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d.tar.gz
cpython-5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d.tar.bz2
Use plain python.
Diffstat (limited to 'Demo')
-rwxr-xr-xDemo/sgi/video/Vreceive.py2
-rwxr-xr-xDemo/sgi/video/Vsend.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Demo/sgi/video/Vreceive.py b/Demo/sgi/video/Vreceive.py
index 1c5273c..22cd95b 100755
--- a/Demo/sgi/video/Vreceive.py
+++ b/Demo/sgi/video/Vreceive.py
@@ -1,4 +1,4 @@
-#!/ufs/guido/bin/sgi/python-405
+#!/ufs/guido/bin/sgi/python
# Receive live video UDP packets.
# Usage: Vreceive [port]
diff --git a/Demo/sgi/video/Vsend.py b/Demo/sgi/video/Vsend.py
index 067b4b0..94f2b52 100755
--- a/Demo/sgi/video/Vsend.py
+++ b/Demo/sgi/video/Vsend.py
@@ -1,4 +1,4 @@
-#!/ufs/guido/bin/sgi/python-405
+#!/ufs/guido/bin/sgi/python
# Send live video UDP packets.
# Usage: Vsend [-b] [-h height] [-p port] [-s size] [-t ttl] [-w width]