[Erp5-report] r6910 - /erp5/trunk/products/ERP5/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 24 16:59:29 CEST 2006


Author: vincent
Date: Mon Apr 24 16:59:28 2006
New Revision: 6910

URL: http://svn.erp5.org?rev=6910&view=rev
Log:
Remove references to now removed RouteTool.

Modified:
    erp5/trunk/products/ERP5/__init__.py

Modified: erp5/trunk/products/ERP5/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/__init__.py?rev=6910&r1=6909&r2=6910&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/__init__.py (original)
+++ erp5/trunk/products/ERP5/__init__.py Mon Apr 24 16:59:28 2006
@@ -47,7 +47,7 @@
 # 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 @@
                  TestTool.TestTool,
                  OrderTool.OrderTool,
                  DeliveryTool.DeliveryTool,
-                 RouteTool.RouteTool,
                  TrashTool.TrashTool,
                 )
 content_classes = ()




More information about the Erp5-report mailing list