diff options
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py index 1e1b2b771f..dd5bee6a9d 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/local/bin/python """Support module for CGI (Common Gateway Interface) scripts. |