diff options
Diffstat (limited to 'Demo/cgi/cgi2.py')
-rwxr-xr-x | Demo/cgi/cgi2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/cgi/cgi2.py b/Demo/cgi/cgi2.py index d956f6538c..8026c552b2 100755 --- a/Demo/cgi/cgi2.py +++ b/Demo/cgi/cgi2.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python """CGI test 2 - basic use of cgi module.""" |