Commit faf9d50c authored by Michel Pelletier's avatar Michel Pelletier

more inline docs

parent 24ea2d42
......@@ -101,12 +101,12 @@ import IOBTree
manage_addZCatalogForm=HTMLFile('addZCatalog',globals())
def manage_addZCatalog(self,id,title,REQUEST=None):
"""Add a ZCatalog object
"""
c=ZCatalog(id,title)
self._setObject(id,c)
if REQUEST is not None:
return self.manage_main(self,REQUEST)
"""Add a ZCatalog object
"""
c=ZCatalog(id,title)
self._setObject(id,c)
if REQUEST is not None:
return self.manage_main(self,REQUEST)
class ZCatalog(Folder, FindSupport, Persistent, Implicit):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment