diff options
Diffstat (limited to 'Demo/parser')
-rwxr-xr-x | Demo/parser/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/parser/test_parser.py b/Demo/parser/test_parser.py index e114d76..f91592f 100755 --- a/Demo/parser/test_parser.py +++ b/Demo/parser/test_parser.py @@ -1,4 +1,4 @@ -#! /projects/python/Python-1.4b2/python +#! /usr/bin/env python # (Force the script to use the latest build.) # # test_parser.py |