diff options
author | Guido van Rossum <guido@python.org> | 1992-12-24 11:37:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-24 11:37:53 (GMT) |
commit | 5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d (patch) | |
tree | 0a7c6359a82ff2e92f1f286e5958340cb786a175 /Demo | |
parent | f1ceba61a46012ca854f0da43877480d2478009e (diff) | |
download | cpython-5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d.zip cpython-5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d.tar.gz cpython-5b407618560f1da1a4ff7ee4a9e1de4b7498fb9d.tar.bz2 |
Use plain python.
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/sgi/video/Vreceive.py | 2 | ||||
-rwxr-xr-x | Demo/sgi/video/Vsend.py | 2 |
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] |