Use #!/usr/bin/env python instead of #!/usr/local/bin/python.

This commit is contained in:
Fred Drake 1999-04-09 14:53:35 +00:00
parent 6a86f66ad7
commit 2e1094e4ef
1 changed files with 1 additions and 1 deletions

View File

@ -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