[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/ZClasses/ZClass.txt
Fix temp_folder mounting problem.
Florent Guillaume
fg at nuxeo.com
Mon Jan 16 11:38:26 EST 2006
Log message for revision 41327:
Fix temp_folder mounting problem.
Othere tests don't pass though, maybe I think due to __implemented__ and
__provides__ attributes in the persistentclass state.
Changed:
U Zope/branches/2.9/lib/python/ZClasses/ZClass.txt
-=-
Modified: Zope/branches/2.9/lib/python/ZClasses/ZClass.txt
===================================================================
--- Zope/branches/2.9/lib/python/ZClasses/ZClass.txt 2006-01-16 15:10:30 UTC (rev 41326)
+++ Zope/branches/2.9/lib/python/ZClasses/ZClass.txt 2006-01-16 16:38:25 UTC (rev 41327)
@@ -16,6 +16,8 @@
>>> from OFS.Application import Application
>>> app = Application()
>>> conn.root()['Application'] = app
+ >>> from OFS.Folder import manage_addFolder
+ >>> manage_addFolder(app, 'temp_folder')
>>> from OFS.Application import initialize
>>> initialize(app)
>>> app.manage_addFolder('sandbox')
More information about the Zope-Checkins
mailing list