[Zope-Checkins] CVS: Zope2 - Application.py:1.143.26.2
Michel Pelletier
michel@digicool.com
Thu, 17 May 2001 14:07:18 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/tmp/cvs-serv11175/lib/python/OFS
Modified Files:
Tag: APIDocs-branch
Application.py
Log Message:
fixed bug where ZODB cant register its own help
--- Updated File Application.py in package Zope2 --
--- Application.py 2001/05/17 16:09:50 1.143.26.1
+++ Application.py 2001/05/17 18:06:46 1.143.26.2
@@ -704,7 +704,7 @@
# import pdb
# pdb.set_trace()
- for help_dir in HelpContext._registry:
+ for help_dir in HelpContext._registry.keys():
help_dir = os.path.join('lib/python', help_dir)
# For each help dir, we will import it and try to call the
# intialize() method in the product __init__ module. If