From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 16 Oct 2006 19:49:10 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions StorageReport. ... Message-ID: <20061016194910.17274.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-16 19:49:10 Modified files: luci/site/luci/Extensions: StorageReport.py cluster_adapters.py Log message: whitespace. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.116&r2=1.117 --- conga/luci/site/luci/Extensions/StorageReport.py 2006/10/16 15:30:01 1.19 +++ conga/luci/site/luci/Extensions/StorageReport.py 2006/10/16 19:49:09 1.20 @@ -55,7 +55,6 @@ - return def get_xml_report(self): --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/16 19:17:13 1.116 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/16 19:49:09 1.117 @@ -3412,5 +3412,5 @@ def getModelBuilder(rc,isVirtualized): cluster_conf_node = getClusterConf(rc) modelb = ModelBuilder(0, None, None, cluster_conf_node) - modelb.setIsVirtualized(isVirtualized) - return modelb + modelb.setIsVirtualized(isVirtualized) + return modelb