[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/OFS/ObjectManager.py missed one change
David Glick
davidglick at onenw.org
Fri Jan 1 22:39:16 EST 2010
Log message for revision 107528:
missed one change
Changed:
U Zope/branches/2.11/lib/python/OFS/ObjectManager.py
-=-
Modified: Zope/branches/2.11/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/branches/2.11/lib/python/OFS/ObjectManager.py 2010-01-02 03:39:00 UTC (rev 107527)
+++ Zope/branches/2.11/lib/python/OFS/ObjectManager.py 2010-01-02 03:39:16 UTC (rev 107528)
@@ -604,7 +604,7 @@
raise BadRequest, 'Invalid file name %s' % escape(file)
cfg = getConfiguration()
- for impath in (cfg.instancehome, cfg.zopehome):
+ for impath in (cfg.instancehome, cfg.zopehome, cfg.clienthome):
filepath = os.path.join(impath, 'import', file)
if os.path.exists(filepath):
break
More information about the Zope-Checkins
mailing list