[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
Remove 'persistence' from the list of documented pacakges, since it
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun May 16 10:39:09 EDT 2004
Log message for revision 24750:
Remove 'persistence' from the list of documented pacakges, since it
screwed up the distro.
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py 2004-05-16 13:00:21 UTC (rev 24749)
+++ Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py 2004-05-16 14:39:09 UTC (rev 24750)
@@ -533,8 +533,9 @@
permissions required to access it.
"""
- rootModules = ['ZConfig', 'ZODB', 'persistence', 'transaction', 'zdaemon',
- 'zope']
+ # XXX: had to remove 'persistence' from the list, since it made
+ # distributions fail. :-(
+ rootModules = ['ZConfig', 'ZODB', 'transaction', 'zdaemon', 'zope']
def __init__(self):
"""Initialize object."""
More information about the Zope3-Checkins
mailing list