]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use plain python.
authorGuido van Rossum <guido@python.org>
Thu, 24 Dec 1992 11:37:53 +0000 (11:37 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Dec 1992 11:37:53 +0000 (11:37 +0000)
Demo/sgi/video/Vreceive.py
Demo/sgi/video/Vsend.py

index 1c5273c376b1c438f54d3f45bd9490cd83af0fa1..22cd95bb6620e4672aaac940b678fee2e5f119e4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/ufs/guido/bin/sgi/python-405
+#!/ufs/guido/bin/sgi/python
 
 # Receive live video UDP packets.
 # Usage: Vreceive [port]
index 067b4b0db2ef4589a6f4be9da7a85d9a29b8badd..94f2b529f6e81c0f94c1557bc0649955bfb9715b 100755 (executable)
@@ -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]