[Cluster-devel] conga/luci/utils luci_admin

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Jul 11 14:51:32 UTC 2006


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',




More information about the Cluster-devel mailing list