From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci load_site.py
Date: 11 Aug 2006 16:31:36 -0000 [thread overview]
Message-ID: <20060811163136.3196.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2006-08-11 16:31:36
Modified files:
luci : load_site.py
Log message:
update zope/plone paths
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/load_site.py.diff?cvsroot=cluster&r1=1.9&r2=1.10
--- conga/luci/load_site.py 2006/07/24 20:17:01 1.9
+++ conga/luci/load_site.py 2006/08/11 16:31:36 1.10
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# $Id: load_site.py,v 1.9 2006/07/24 20:17:01 kupcevic Exp $
+# $Id: load_site.py,v 1.10 2006/08/11 16:31:36 rmccabe Exp $
##############################################################################
#
@@ -38,14 +38,26 @@
'/usr/lib/luci/zope/lib/python/Products',
'/usr/lib64/luci/zope/lib/python',
'/usr/lib64/luci/zope/lib/python/Products',
+ '/usr/lib64/luci/zope/lib64/python',
+ '/usr/lib64/luci/zope/lib64/python/Products',
'/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',
+ '/usr/lib64/zope/lib/python/Products',
+ '/usr/lib64/zope/lib64/python/Products',
'/usr/lib/zope/lib/python/Products'
))
+from Products import __path__
+for i in ['/usr/lib/luci/zope/lib/python/Products',
+ '/usr/lib64/luci/zope/lib/python/Products',
+ '/usr/lib64/luci/zope/lib64/python/Products',
+ '/usr/lib64/zope/lib/python/Products',
+ '/usr/lib64/zope/lib64/python/Products',
+ '/usr/lib/zope/lib/python/Products']:
+ if os.path.isdir(i):
+ __path__.append(i)
+
import ZPublisher.Client
def main():
next reply other threads:[~2006-08-11 16:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-11 16:31 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-01-02 21:06 [Cluster-devel] conga/luci load_site.py rmccabe
2006-09-18 21:23 rmccabe
2006-09-18 21:11 rmccabe
2006-06-19 19:31 rmccabe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060811163136.3196.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).