diff options
Diffstat (limited to 'Demo/stdwin/FormTest.py')
-rwxr-xr-x | Demo/stdwin/FormTest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/stdwin/FormTest.py b/Demo/stdwin/FormTest.py index ce62802..15e3b36 100755 --- a/Demo/stdwin/FormTest.py +++ b/Demo/stdwin/FormTest.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python testlabels = 'Name', 'Address', 'City', 'Country', 'Comments' |