Commit 5630c0cf authored by Nicolas Dumazet's avatar Nicolas Dumazet

__ghostbase__ is a class attribute, it can't be on an instance


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40638 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4b414b9
......@@ -50,7 +50,6 @@ class GhostPortalType(ERP5Base): #SimpleItem
'__module__',
'__name__',
'__repr__',
'__ghostbase__',
'__str__') or attr[:3] in ('_p_', '_v_'):
return super(GhostPortalType, self).__getattribute__(attr)
#LOG("ERP5Type.Dynamic", BLATHER,
......
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