[Erp5-report] r41144 nicolas.dumazet - /erp5/trunk/products/ERP5/ERP5Site.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 6 09:32:34 CET 2010


Author: nicolas.dumazet
Date: Mon Dec  6 09:32:33 2010
New Revision: 41144

URL: http://svn.erp5.org?rev=41144&view=rev
Log:
portal_types -> Types Tool to clarify intent

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

Modified: erp5/trunk/products/ERP5/ERP5Site.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/ERP5Site.py?rev=41144&r1=41143&r2=41144&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/ERP5Site.py [utf8] (original)
+++ erp5/trunk/products/ERP5/ERP5Site.py [utf8] Mon Dec  6 09:32:33 2010
@@ -1409,7 +1409,7 @@ class ERP5Site(FolderMixIn, CMFSite, Cac
 
     id_list = self.objectIds()
 
-    # make sure that portal_types is migrated last
+    # make sure that Types Tool is migrated last
     id_list.remove('portal_types')
     id_list.append('portal_types')
     for id in id_list:



More information about the Erp5-report mailing list