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

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Nov 15 10:28:49 CET 2009


Author: jp
Date: Sun Nov 15 10:28:49 2009
New Revision: 30627

URL: http://svn.erp5.org?rev=30627&view=rev
Log:
Interface definition reviewed. Still one issue unclear.

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=30627&r1=30626&r2=30627&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5/__init__.py [utf8] Sun Nov 15 10:28:49 2009
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
@@ -48,7 +49,7 @@
                  TestTool, DomainTool, AlarmTool, OrderTool, DeliveryTool,\
                  TrashTool, ContributionTool, NotificationTool, PasswordTool,\
                  GadgetTool, ContributionRegistryTool, IntrospectionTool,\
-                 AcknowledgementTool
+                 AcknowledgementTool, SolverTool, ConversionTool
 import ERP5Site
 object_classes = ( ERP5Site.ERP5Site,
                  )
@@ -70,6 +71,8 @@
                  ContributionRegistryTool.ContributionRegistryTool,
                  IntrospectionTool.IntrospectionTool,
                  AcknowledgementTool.AcknowledgementTool,
+                 SolverTool.SolverTool,
+                 ConversionTool.ConversionTool,
                 )
 content_classes = ()
 content_constructors = ()
@@ -104,5 +107,4 @@
 
 # backward compatibility names
 XML = None
-UI = None
-
+UI = None




More information about the Erp5-report mailing list