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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 22 05:21:15 CEST 2010


Author: nicolas.dumazet
Date: Fri Oct 22 05:21:14 2010
New Revision: 39457

URL: http://svn.erp5.org?rev=39457&view=rev
Log:
similarly, __of__ has no reason to trigger portal_type loading.

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=39457&r1=39456&r2=39457&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] Fri Oct 22 05:21:14 2010
@@ -62,6 +62,7 @@ def generateLazyPortalTypeClass(portal_t
             if attr in ('__class__',
                         '__getnewargs__',
                         '__getstate__',
+                        '__of__',
                         '__dict__',
                         '__module__',
                         '__name__',




More information about the Erp5-report mailing list