From b7001d0f6ac74bb092d973a2f5e455eca11ea03d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 19 Jan 2001 18:35:40 +0000 Subject: [PATCH] Change #! /usr/local/bin/python to #! /usr/bin/env python which is the recommended way. --- src/test/locale/sort-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/locale/sort-test.py b/src/test/locale/sort-test.py index 112dd2d5f7..1dafcedde5 100755 --- a/src/test/locale/sort-test.py +++ b/src/test/locale/sort-test.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python import sys, string, locale locale.setlocale(locale.LC_ALL, "")