diff options
Diffstat (limited to 'Demo/stdwin/wdiff.py')
-rwxr-xr-x | Demo/stdwin/wdiff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/stdwin/wdiff.py b/Demo/stdwin/wdiff.py index 2c4941f979..cb48fe4c94 100755 --- a/Demo/stdwin/wdiff.py +++ b/Demo/stdwin/wdiff.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # A window-oriented recursive diff utility. # NB: This uses undocumented window classing modules. |