diff options
author | Guido van Rossum <guido@python.org> | 1992-12-14 14:12:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-14 14:12:10 (GMT) |
commit | 93a35f40a9bc73fa359d033d8232aef7ec8f8799 (patch) | |
tree | 9b5118be50dfeef0ccc4dc51f5e1b293c65e793f /Demo/stdwin/lpwin.py | |
parent | 5ba6142723e59d8761328a78a71cd70e327846de (diff) | |
download | cpython-93a35f40a9bc73fa359d033d8232aef7ec8f8799.zip cpython-93a35f40a9bc73fa359d033d8232aef7ec8f8799.tar.gz cpython-93a35f40a9bc73fa359d033d8232aef7ec8f8799.tar.bz2 |
Actualized
Diffstat (limited to 'Demo/stdwin/lpwin.py')
-rwxr-xr-x | Demo/stdwin/lpwin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/stdwin/lpwin.py b/Demo/stdwin/lpwin.py index 07a2bf7..0a1346f 100755 --- a/Demo/stdwin/lpwin.py +++ b/Demo/stdwin/lpwin.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Watch line printer queues (only works with BSD 4.3 lpq). # |