[Erp5-report] r40638 nicolas.dumazet - /erp5/trunk/products/ERP5Type/dynamic/lazy_class.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 07:20:10 CET 2010


Author: nicolas.dumazet
Date: Thu Nov 25 07:20:09 2010
New Revision: 40638

URL: http://svn.erp5.org?rev=40638&view=rev
Log:
__ghostbase__ is a class attribute, it can't be on an instance

Modified:
    erp5/trunk/products/ERP5Type/dynamic/lazy_class.py

Modified: erp5/trunk/products/ERP5Type/dynamic/lazy_class.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dynamic/lazy_class.py?rev=40638&r1=40637&r2=40638&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] Thu Nov 25 07:20:09 2010
@@ -50,7 +50,6 @@ class GhostPortalType(ERP5Base): #Simple
                 '__module__',
                 '__name__',
                 '__repr__',
-                '__ghostbase__',
                 '__str__') or attr[:3] in ('_p_', '_v_'):
       return super(GhostPortalType, self).__getattribute__(attr)
     #LOG("ERP5Type.Dynamic", BLATHER,




More information about the Erp5-report mailing list