diff options
Diffstat (limited to 'Demo/cgi/cgi1.py')
-rwxr-xr-x | Demo/cgi/cgi1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/cgi/cgi1.py b/Demo/cgi/cgi1.py index 842fef2..b4154df 100755 --- a/Demo/cgi/cgi1.py +++ b/Demo/cgi/cgi1.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python3 """CGI test 1 - check server setup.""" |