python - lo: Convenience interface to pg_config executables. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - lo: Convenience interface to pg_config executables.
Date
Msg-id 20050520195947.A62BC1126018@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Convenience interface to pg_config executables.

import postgresql.utility.config as cf
i = cf.instance()
i.version, i.pkglibdir, i.includedir, i.includedir_server, etc.

Added Files:
-----------
    lo/postgresql/utility:
        config.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/config.py?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove 2-phase description, because it isn't accurate anymore: <
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - me: Remove invalid classifier.