Beispiel #1
0
 def __init__(self, id, title=''):
     # BBB To be removed in Plone 3.5
     log_deprecated("LargePloneFolder is deprecated and will be removed in "
                    "Plone 3.5. Please use ATBTreeFolder from ATCT instead.")
     BTreeFolder2Base.__init__(self, id)
     BasePloneFolder.__init__(self, id, title)
     self.id=id
     self.title=title
Beispiel #2
0
 def _checkId(self, id, allow_dup=0):
     BasePloneFolder._checkId(self, id, allow_dup)
     BTreeFolder2Base._checkId(self, id, allow_dup)