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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 23 13:10:18 CET 2007


Author: jp
Date: Tue Jan 23 13:10:16 2007
New Revision: 12223

URL: http://svn.erp5.org?rev=12223&view=rev
Log:
Support contribution tool

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=12223&r1=12222&r2=12223&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/__init__.py (original)
+++ erp5/trunk/products/ERP5/__init__.py Tue Jan 23 13:10:16 2007
@@ -46,7 +46,7 @@
 # Define object classes and tools
 from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool,\
                  TestTool, DomainTool, AlarmTool, OrderTool, DeliveryTool,\
-                 TrashTool 
+                 TrashTool, ContributionTool 
 import ERP5Site
 object_classes = ( ERP5Site.ERP5Site,
                  )
@@ -61,6 +61,7 @@
                  OrderTool.OrderTool,
                  DeliveryTool.DeliveryTool,
                  TrashTool.TrashTool,
+                 ContributionTool.ContributionTool,
                 )
 content_classes = ()
 content_constructors = ()




More information about the Erp5-report mailing list