[Erp5-report] r37482 lucas - /erp5/trunk/products/ERP5/Document/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 4 20:59:19 CEST 2010


Author: lucas
Date: Wed Aug  4 20:59:17 2010
New Revision: 37482

URL: http://svn.erp5.org?rev=37482&view=rev
Log:
Fixed IndentationError.

Modified:
    erp5/trunk/products/ERP5/Document/Document.py

Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=37482&r1=37481&r2=37482&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Document.py [utf8] Wed Aug  4 20:59:17 2010
@@ -753,7 +753,6 @@ class Document(DocumentExtensibleTravers
       else:
         result = method()
       if result is not None:
-      if result is not None:
         for key, value in result.iteritems():
           if value not in (None, ''):
             kw[key]=value




More information about the Erp5-report mailing list