[Erp5-report] r30643 - /erp5/trunk/products/ERP5/mixin/property_recordable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 10:16:56 CET 2009


Author: kazuhiko
Date: Mon Nov 16 10:16:51 2009
New Revision: 30643

URL: http://svn.erp5.org?rev=30643&view=rev
Log:
fix a typo, sorry.

Modified:
    erp5/trunk/products/ERP5/mixin/property_recordable.py

Modified: erp5/trunk/products/ERP5/mixin/property_recordable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/property_recordable.py?rev=30643&r1=30642&r2=30643&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/property_recordable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/property_recordable.py [utf8] Mon Nov 16 10:16:51 2009
@@ -121,7 +121,7 @@
     context.edit(**self._getRecordedPropertyDict())
     return context
 
-  def self._getRecordedPropertyDict(self):
+  def _getRecordedPropertyDict(self):
     if getattr(aq_base(self), '_recorded_property_dict', None) is None:
       self._recorded_property_dict = PersistentMapping()
     return self._recorded_property_dict




More information about the Erp5-report mailing list