Commit f38b7c24 authored by Sebastien Robin's avatar Sebastien Robin

sorry, rename a class in order to make temporarly Folder unusable

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16330 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 66dc5cf4
......@@ -76,7 +76,8 @@ def dummyFilter(object,REQUEST=None):
def dummyTestAfter(object,REQUEST=None):
return []
class FolderMixIn(ExtensionClass.Base):
#class FolderMixIn(ExtensionClass.Base):
class BrokenCode(ExtensionClass.Base):
"""A mixin class for folder operations, add content, delete content etc.
"""
......
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