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/TestDirList.py | |
parent | 5ba6142723e59d8761328a78a71cd70e327846de (diff) | |
download | cpython-93a35f40a9bc73fa359d033d8232aef7ec8f8799.zip cpython-93a35f40a9bc73fa359d033d8232aef7ec8f8799.tar.gz cpython-93a35f40a9bc73fa359d033d8232aef7ec8f8799.tar.bz2 |
Actualized
Diffstat (limited to 'Demo/stdwin/TestDirList.py')
-rwxr-xr-x | Demo/stdwin/TestDirList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/stdwin/TestDirList.py b/Demo/stdwin/TestDirList.py index 1376cd8..7fb45ae 100755 --- a/Demo/stdwin/TestDirList.py +++ b/Demo/stdwin/TestDirList.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # TestDirList |