From 5630c0cf6264fc9bea9d655a69fd152c3ea8b350 Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Thu, 25 Nov 2010 06:20:09 +0000 Subject: [PATCH] __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 --- product/ERP5Type/dynamic/lazy_class.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5Type/dynamic/lazy_class.py b/product/ERP5Type/dynamic/lazy_class.py index 56f5371dcc..f468f369fe 100644 --- a/product/ERP5Type/dynamic/lazy_class.py +++ b/product/ERP5Type/dynamic/lazy_class.py @@ -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, -- 2.30.9