[Erp5-report] r29807 - /erp5/trunk/products/ERP5Type/Tool/ClassTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 19 17:51:59 CEST 2009


Author: nicolas.dumazet
Date: Mon Oct 19 17:51:55 2009
New Revision: 29807

URL: http://svn.erp5.org?rev=29807&view=rev
Log:
Add a business template to avoid a SyntaxError

Modified:
    erp5/trunk/products/ERP5Type/Tool/ClassTool.py

Modified: erp5/trunk/products/ERP5Type/Tool/ClassTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Tool/ClassTool.py?rev=29807&r1=29806&r2=29807&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/ClassTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Tool/ClassTool.py [utf8] Mon Oct 19 17:51:55 2009
@@ -575,7 +575,7 @@
     """
     Tuple of Business Templates we need to install
     """
-    return (,)
+    return ('erp5_base',)
 
   def enableLightInstall(self):
     """




More information about the Erp5-report mailing list