python - ctl: Improve portability.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ctl: Improve portability.
Date: 2006-10-29 18:29:23
Message-ID: 20061029182923.39AD5216E13@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve portability.

dict(kw='val') does not work in 2.2 and __file__ does not exist.

Modified Files:
--------------
ctl:
setup.py (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/setup.py.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-10-29 18:30:22 python - ip: Improve portability.
Previous Message James William Pye 2006-10-29 18:28:48 python - ex: Improve portability.