mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Change
#! /usr/local/bin/python to #! /usr/bin/env python which is the recommended way.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
import sys, string, locale
|
||||
locale.setlocale(locale.LC_ALL, "")
|
||||
|
Reference in New Issue
Block a user