[Erp5-report] r17835 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 27 18:36:33 CET 2007


Author: jerome
Date: Tue Nov 27 18:36:33 2007
New Revision: 17835

URL: http://svn.erp5.org?rev=17835&view=rev
Log:
normalize indentation

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

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=17835&r1=17834&r2=17835&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py Tue Nov 27 18:36:33 2007
@@ -207,7 +207,7 @@
       os.makedirs(self.path)
 
   def addFolder(self, name=''):
-     if name !='':
+    if name != '':
       name = os.path.normpath(name)
       path = os.path.join(self.path, name)
       if not os.path.exists(path):




More information about the Erp5-report mailing list