diff options
author | Guido van Rossum <guido@python.org> | 1996-11-27 19:52:01 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-11-27 19:52:01 +0000 |
commit | d95976bec549a13384173f54db7f69700afa5efa (patch) | |
tree | 72946f5a89732e1c708450079c03552f193b1e79 /Demo/sockets/rpythond.py | |
parent | d992d5543cd0dbf8288ba6b4d8a8f1b3cce70bbd (diff) | |
download | cpython-d95976bec549a13384173f54db7f69700afa5efa.tar.gz |
/usr/local/bin/python -> /usr/bin/env python
Diffstat (limited to 'Demo/sockets/rpythond.py')
-rwxr-xr-x | Demo/sockets/rpythond.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sockets/rpythond.py b/Demo/sockets/rpythond.py index f67570bc95..e8cdaa9501 100755 --- a/Demo/sockets/rpythond.py +++ b/Demo/sockets/rpythond.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Remote python server. # Execute Python commands remotely and send output back. |