python - ctl: Fix __repr__ methods.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ctl: Fix __repr__ methods.
Date: 2006-05-06 22:11:04
Message-ID: 20060506221104.6149F86CC9F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix __repr__ methods.
(they were accessing old attribute names)

Modified Files:
--------------
ctl/src:
control.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/src/control.py.diff?r1=1.1.1.1&r2=1.2)
init.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/src/init.py.diff?r1=1.1.1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-05-06 23:25:37 pgsql: Recommend more clearly custom pg_dump format over tar, buy
Previous Message Bruce Momjian 2006-05-06 16:25:41 Re: [COMMITTERS] pgsql: Add SSL CRL support to libpq.