From de74bf9d3a6031bf6e2d6996fede440085c1c97a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 25 Apr 2008 14:04:36 +0000
Subject: [PATCH] IDTool uses basetool, obsolete comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20818 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Tool/IdTool.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/product/ERP5/Tool/IdTool.py b/product/ERP5/Tool/IdTool.py
index e902e5574f..5aae8fa544 100644
--- a/product/ERP5/Tool/IdTool.py
+++ b/product/ERP5/Tool/IdTool.py
@@ -41,8 +41,6 @@ from BTrees.Length import Length
 class IdTool(BaseTool):
   """
     This tools handles the generation of IDs.
-
-    TODO - XXX: please use base tool
   """
   id = 'portal_ids'
   meta_type = 'ERP5 Id Tool'
-- 
2.30.9