From 58ef8c2ca8f36318efcc954b1a6532cafc1b9a2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 10 Sep 2008 10:14:17 +0000
Subject: [PATCH] fix indentation with tab

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

diff --git a/product/ERP5/__init__.py b/product/ERP5/__init__.py
index ac88f579e2..ccf50bfd54 100644
--- a/product/ERP5/__init__.py
+++ b/product/ERP5/__init__.py
@@ -65,7 +65,7 @@ portal_tools = ( CategoryTool.CategoryTool,
                  PasswordTool.PasswordTool,
                  ContributionTool.ContributionTool,
                  NotificationTool.NotificationTool,
-		 GadgetTool.GadgetTool,
+                 GadgetTool.GadgetTool,
                  ContributionRegistryTool.ContributionRegistryTool,
                 )
 content_classes = ()
-- 
2.30.9