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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 21 19:51:06 CEST 2007


Author: jerome
Date: Mon May 21 19:51:05 2007
New Revision: 14541

URL: http://svn.erp5.org?rev=14541&view=rev
Log:
fix "NameError s"

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=14541&r1=14540&r2=14541&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/ClassTool.py (original)
+++ erp5/trunk/products/ERP5Type/Tool/ClassTool.py Mon May 21 19:51:05 2007
@@ -789,7 +789,7 @@
                          portal_tools = (),
                          content_constructors = (),
                          content_classes = ())
-''' % s
+''' % COPYRIGHT
           f = open(init, 'w')
           try:
             f.write(text)




More information about the Erp5-report mailing list