From 2e1094e4ef3deae83f27675057db0ff79bfeb178 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 9 Apr 1999 14:53:35 +0000 Subject: [PATCH] Use #!/usr/bin/env python instead of #!/usr/local/bin/python. --- Doc/tools/keywords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/keywords.py b/Doc/tools/keywords.py index 52b4d6825c5..6da352a3835 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