diff options
Diffstat (limited to 'Demo/stdwin/microedit.py')
-rwxr-xr-x | Demo/stdwin/microedit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/stdwin/microedit.py b/Demo/stdwin/microedit.py index eca093a..1091676 100755 --- a/Demo/stdwin/microedit.py +++ b/Demo/stdwin/microedit.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # A minimal single-window text editor using STDWIN's text objects. # |