Commit 26c04d38 authored by Sebastien Robin's avatar Sebastien Robin

remove Category


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2260 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 47140f37
......@@ -44,11 +44,9 @@ from Globals import package_home
product_path = package_home( globals() )
# Define object classes and tools
from Tool import Category, CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool, TestTool, DomainTool, AlarmTool
from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool, TestTool, DomainTool, AlarmTool
import ERP5Site
object_classes = ( Category.Category,
Category.BaseCategory,
ERP5Site.ERP5Site,
object_classes = ( ERP5Site.ERP5Site,
)
portal_tools = ( CategoryTool.CategoryTool,
SimulationTool.SimulationTool,
......
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