Commit 4b4d9199 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove references to now removed RouteTool.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6910 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a4d70f13
......@@ -47,7 +47,7 @@ product_path = package_home( globals() )
# Define object classes and tools
from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool,\
TestTool, DomainTool, AlarmTool, OrderTool, DeliveryTool,\
RouteTool, TrashTool
TrashTool
import ERP5Site
object_classes = ( ERP5Site.ERP5Site,
)
......@@ -61,7 +61,6 @@ portal_tools = ( CategoryTool.CategoryTool,
TestTool.TestTool,
OrderTool.OrderTool,
DeliveryTool.DeliveryTool,
RouteTool.RouteTool,
TrashTool.TrashTool,
)
content_classes = ()
......
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