From 8f440ed5870701f0cd471c68636d14ca5b775ee1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 27 Nov 2007 17:36:33 +0000
Subject: [PATCH] normalize indentation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17835 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/BusinessTemplate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index fcd52c4569..56aa4578c3 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -207,7 +207,7 @@ class BusinessTemplateFolder(BusinessTemplateArchive):
       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):
-- 
2.30.9