mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Change
#! /usr/local/bin/python to #! /usr/bin/env python which is the recommended way.
This commit is contained in:
parent
d239dfb4b0
commit
b7001d0f6a
@ -1,4 +1,4 @@
|
|||||||
#! /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, "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user