[Erp5-report] r26547 - /erp5/trunk/products/ERP5Type/Accessor/Value.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 21 11:52:20 CEST 2009
Author: jp
Date: Tue Apr 21 11:52:20 2009
New Revision: 26547
URL: http://svn.erp5.org?rev=26547&view=rev
Log:
Typos fixed
Modified:
erp5/trunk/products/ERP5Type/Accessor/Value.py
Modified: erp5/trunk/products/ERP5Type/Accessor/Value.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Accessor/Value.py?rev=26547&r1=26546&r2=26547&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Accessor/Value.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Accessor/Value.py [utf8] Tue Apr 21 11:52:20 2009
@@ -49,7 +49,7 @@
def __call__(self, instance, *args, **kw):
if self._warning:
- LOG("ERP5Type Deprecated Getter Id:",0, self._id)
+ LOG("ERP5Type Deprecated Setter Id:",0, self._id)
instance._setValue(self._key, args[0],
spec=kw.get('spec',()),
filter=kw.get('filter', None),
@@ -73,7 +73,7 @@
def __call__(self, instance, *args, **kw):
if self._warning:
- LOG("ERP5Type Deprecated Getter Id:",0, self._id)
+ LOG("ERP5Type Deprecated Setter Id:",0, self._id)
instance._setValue(self._key, args[0],
spec=kw.get('spec',()),
filter=kw.get('filter', None),
@@ -99,7 +99,7 @@
def __call__(self, instance, *args, **kw):
if self._warning:
- LOG("ERP5Type Deprecated Getter Id:",0, self._id)
+ LOG("ERP5Type Deprecated Setter Id:",0, self._id)
instance._setDefaultValue(self._key, args[0],
spec=kw.get('spec',()),
filter=kw.get('filter', None),
More information about the Erp5-report
mailing list