Commit b7001d0f authored by Peter Eisentraut's avatar Peter Eisentraut

Change

#! /usr/local/bin/python
to
#! /usr/bin/env python
which is the recommended way.
parent d239dfb4
#! /usr/local/bin/python #! /usr/bin/env python
import sys, string, locale import sys, string, locale
locale.setlocale(locale.LC_ALL, "") locale.setlocale(locale.LC_ALL, "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment