Commit bc46c09a authored by Jérome Perrin's avatar Jérome Perrin

remove this obsolete comment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41562 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa90cf4f
......@@ -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)
......
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