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

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to