[Erp5-report] r27448 - /erp5/trunk/products/ERP5Type/XMLMatrix.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 8 18:34:26 CEST 2009


Author: fabien
Date: Mon Jun  8 18:34:26 2009
New Revision: 27448

URL: http://svn.erp5.org?rev=27448&view=rev
Log:
typo

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

Modified: erp5/trunk/products/ERP5Type/XMLMatrix.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/XMLMatrix.py?rev=27448&r1=27447&r2=27448&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] Mon Jun  8 18:34:26 2009
@@ -488,7 +488,7 @@
       """
       if getattr(aq_base(self), 'index', None) is None:
         return None
-      base_id= kwd.get('base_id', "cell")
+      base_id = kwd.get('base_id', "cell")
       cell_id = base_id
       if not self.index.has_key(cell_id):
         return None




More information about the Erp5-report mailing list