#! /usr/local/bin/python
to
#! /usr/bin/env python
which is the recommended way.
This commit is contained in:
Peter Eisentraut 2001-01-19 18:35:40 +00:00
parent d239dfb4b0
commit b7001d0f6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
import sys, string, locale
locale.setlocale(locale.LC_ALL, "")