Commit 7fda8102 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Do not initalize Category and BaseCategory as object_classes, since they are dynamic now.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4104 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 52e24459
......@@ -38,7 +38,7 @@ document_classes = updateGlobals( this_module, globals(), permissions_module = P
# Define object classes and tools
import Category, CategoryTool
object_classes = ( Category.Category, Category.BaseCategory, )
object_classes = ()
portal_tools = ( CategoryTool.CategoryTool, )
content_classes = ()
content_constructors = ()
......
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