commit | f3994ff9e73e0c5e21951fbacb455f9f69e908b3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Oct 25 19:20:23 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Oct 25 19:20:23 1992 +0000 |
tree | 05c8b5f3067428ac301f3acb01ab43f49f6a3dc2 | |
parent | 8208702f197675dd3bb4c5af029c7ca554fde139 [diff] [blame] |
Use /usr/local/bin/python
diff --git a/Demo/sockets/telnet.py b/Demo/sockets/telnet.py index 20d14c3..3bb36ef 100755 --- a/Demo/sockets/telnet.py +++ b/Demo/sockets/telnet.py
@@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Minimal interface to the Internet telnet protocol. #