summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-09 14:53:35 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-09 14:53:35 (GMT)
commit2e1094e4ef3deae83f27675057db0ff79bfeb178 (patch)
tree7fb4c0fe8a0d747a60111a8364e2205dd08749a4 /Doc/tools
parent6a86f66ad785daf738dc70e7b1a479515a0beee0 (diff)
downloadcpython-2e1094e4ef3deae83f27675057db0ff79bfeb178.zip
cpython-2e1094e4ef3deae83f27675057db0ff79bfeb178.tar.gz
cpython-2e1094e4ef3deae83f27675057db0ff79bfeb178.tar.bz2
Use #!/usr/bin/env python instead of #!/usr/local/bin/python.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/keywords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/keywords.py b/Doc/tools/keywords.py
index 52b4d68..6da352a 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