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 60be86d..b8c8da3 100755 --- a/Demo/stdwin/wdiff.py +++ b/Demo/stdwin/wdiff.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # A window-oriented recursive diff utility. # NB: This uses undocumented window classing modules. |