Use plain python.

This commit is contained in:
Guido van Rossum 1992-12-24 11:37:53 +00:00
parent f1ceba61a4
commit 5b40761856
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/ufs/guido/bin/sgi/python-405
#!/ufs/guido/bin/sgi/python
# Receive live video UDP packets.
# Usage: Vreceive [port]

View File

@ -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]