commit | 93a35f40a9bc73fa359d033d8232aef7ec8f8799 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Dec 14 14:12:10 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Dec 14 14:12:10 1992 +0000 |
tree | 9b5118be50dfeef0ccc4dc51f5e1b293c65e793f | |
parent | 5ba6142723e59d8761328a78a71cd70e327846de [diff] [blame] |
Actualized
diff --git a/Demo/stdwin/miniedit.py b/Demo/stdwin/miniedit.py index 3e8da2b..3d4aeea 100755 --- a/Demo/stdwin/miniedit.py +++ b/Demo/stdwin/miniedit.py
@@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # A miniature multi-window editor using STDWIN's text objects. #