From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 11 Jul 2006 14:51:32 -0000 Subject: [Cluster-devel] conga/luci/utils luci_admin Message-ID: <20060711145132.26746.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-07-11 14:51:32 Modified files: luci/utils : luci_admin Log message: fix breakage caused by the fc6 zope2.8 -> zope2.9 upgrade Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&r1=1.25&r2=1.26 --- conga/luci/utils/luci_admin 2006/06/29 18:04:31 1.25 +++ conga/luci/utils/luci_admin 2006/07/11 14:51:32 1.26 @@ -8,6 +8,8 @@ from xml.dom import minidom sys.path.extend(( + '/usr/lib64/zope/lib64/python', + '/usr/lib64/zope/lib64/python/Products', '/usr/lib64/zope/lib/python', '/usr/lib64/zope/lib/python/Products', '/usr/lib/zope/lib/python',