[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/OFS/ObjectManager.py missed one change
David Glick
davidglick at onenw.org
Fri Jan 1 22:39:01 EST 2010
Log message for revision 107527:
missed one change
Changed:
U Zope/branches/2.10/lib/python/OFS/ObjectManager.py
-=-
Modified: Zope/branches/2.10/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/branches/2.10/lib/python/OFS/ObjectManager.py 2010-01-02 03:36:34 UTC (rev 107526)
+++ Zope/branches/2.10/lib/python/OFS/ObjectManager.py 2010-01-02 03:39:00 UTC (rev 107527)
@@ -599,7 +599,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