From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 20 Oct 2006 18:37:50 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_communic ... Message-ID: <20061020183750.12254.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-10-20 18:37:50 Modified files: luci/site/luci/Extensions: ricci_communicator.py Log message: duh. some kind of cut and paste error, i guess. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.10&r2=1.11 --- conga/luci/site/luci/Extensions/ricci_communicator.py 2006/10/18 21:59:47 1.10 +++ conga/luci/site/luci/Extensions/ricci_communicator.py 2006/10/20 18:37:50 1.11 @@ -16,8 +16,7 @@ pass class RicciError(Exception): - def __init__(self, e): - pass + pass class RicciCommunicator: def __init__(self, hostname, port=11111):