[Erp5-report] r32716 nicolas.dumazet - /erp5/trunk/products/ERP5Type/XMLMatrix.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 08:53:28 CET 2010


Author: nicolas.dumazet
Date: Thu Feb 18 08:53:27 2010
New Revision: 32716

URL: http://svn.erp5.org?rev=32716&view=rev
Log:
one statement per line

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=32716&r1=32715&r2=32716&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] Thu Feb 18 08:53:27 2010
@@ -473,7 +473,9 @@
       if getattr(aq_base(self), 'index', None) is None:
         return []
       cell_range = self.index.get(base_id, None)
-      if cell_range is None: return None
+      if cell_range is None:
+        return None
+
       result = []
       for i in range(0,len(cell_range.keys())):
         result_items = cell_range[i].items()




More information about the Erp5-report mailing list