diff --git a/Lib/cgi.py b/Lib/cgi.py index dd5bee6a9d1..1e1b2b771fd 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#!/usr/bin/env python """Support module for CGI (Common Gateway Interface) scripts.