[Erp5-report] r27900 - /erp5/trunk/products/ERP5/interfaces/expandable.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 3 13:01:21 CEST 2009
Author: luke
Date: Fri Jul 3 13:01:20 2009
New Revision: 27900
URL: http://svn.erp5.org?rev=27900&view=rev
Log:
- typo
- do not use self in interface
Modified:
erp5/trunk/products/ERP5/interfaces/expandable.py
Modified: erp5/trunk/products/ERP5/interfaces/expandable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/expandable.py?rev=27900&r1=27899&r2=27900&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/expandable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/expandable.py [utf8] Fri Jul 3 13:01:20 2009
@@ -36,7 +36,7 @@
and its expansion.
"""
- def expand(self, applied_rule_id=None, force=0, activate_kw=None, **kw):
+ def expand(applied_rule_id=None, force=0, activate_kw=None, **kw):
"""
- Expand the current Expandable class into the similation
+ Expand the current Expandable class into the simulation
"""
More information about the Erp5-report
mailing list