[Erp5-report] r41562 jerome - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 21 09:56:49 CET 2010


Author: jerome
Date: Tue Dec 21 09:56:49 2010
New Revision: 41562

URL: http://svn.erp5.org?rev=41562&view=rev
Log:
remove this obsolete comment

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=41562&r1=41561&r2=41562&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Tue Dec 21 09:56:49 2010
@@ -1344,9 +1344,6 @@ class Base( CopyContainer,
     defined on this object.
     If an accessor exists for this property, the accessor will be called,
     default value will be passed to the accessor as first positional argument.
-
-    XXX Usage of getProperty is BAD. It should either be removed
-    or reused
     """
     accessor_name = 'get' + UpperCase(key)
     aq_self = aq_base(self)



More information about the Erp5-report mailing list