From: Fred Drake Date: Fri, 9 Apr 1999 14:53:35 +0000 (+0000) Subject: Use #!/usr/bin/env python instead of #!/usr/local/bin/python. X-Git-Tag: v1.5.2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e1094e4ef3deae83f27675057db0ff79bfeb178;p=thirdparty%2FPython%2Fcpython.git Use #!/usr/bin/env python instead of #!/usr/local/bin/python. --- diff --git a/Doc/tools/keywords.py b/Doc/tools/keywords.py index 52b4d6825c5b..6da352a3835d 100644 --- a/Doc/tools/keywords.py +++ b/Doc/tools/keywords.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # This Python program sorts and reformats the table of keywords in ref2.tex