Обсуждение: pgsql/src/test/locale sort-test.py

Поиск
Список
Период
Сортировка

pgsql/src/test/locale sort-test.py

От
Peter Eisentraut - PostgreSQL
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    petere@hub.org    01/01/19 13:35:41

Modified files:
    src/test/locale: sort-test.py

Log message:
    Change
    #! /usr/local/bin/python
    to
    #! /usr/bin/env python
    which is the recommended way.