mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +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
|
import sys, string, locale
|
||||||
locale.setlocale(locale.LC_ALL, "")
|
locale.setlocale(locale.LC_ALL, "")
|
||||||
|
|||||||
Reference in New Issue
Block a user