Commit 05c54942 authored by Nicolas Dumazet's avatar Nicolas Dumazet

correct superclass call: current class is TypesTool


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41146 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1914ac0b
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment