[Erp5-report] r41146 nicolas.dumazet - /erp5/trunk/products/ERP5Type/Tool/TypesTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 6 09:41:21 CET 2010


Author: nicolas.dumazet
Date: Mon Dec  6 09:41:21 2010
New Revision: 41146

URL: http://svn.erp5.org?rev=41146&view=rev
Log:
correct superclass call: current class is TypesTool

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

Modified: erp5/trunk/products/ERP5Type/Tool/TypesTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Tool/TypesTool.py?rev=41146&r1=41145&r2=41146&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/TypesTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Tool/TypesTool.py [utf8] Mon Dec  6 09:41:21 2010
@@ -333,7 +333,7 @@ class TypesTool(TypeProvider):
               'Type definition %s was not migrated'
               % type_definition.getRelativeUrl())
           return False
-      return super(BaseTool, self)._migrateToPortalTypeClass()
+      return super(TypesTool, self)._migrateToPortalTypeClass()
 
 # Compatibility code to access old "ERP5 Role Information" objects.
 OldRoleInformation = imp.new_module('Products.ERP5Type.RoleInformation')



More information about the Erp5-report mailing list