From d2e00eb2c69e0a20bb52a096c2caec0bd69f62f2 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Wed, 12 May 2010 12:51:06 +0000
Subject: [PATCH] Add comment added by JPS

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35207 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/interfaces/base_convertable.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/interfaces/base_convertable.py b/product/ERP5/interfaces/base_convertable.py
index 9b47329692..67ff6997f5 100644
--- a/product/ERP5/interfaces/base_convertable.py
+++ b/product/ERP5/interfaces/base_convertable.py
@@ -56,6 +56,9 @@ class IBaseConvertable(Interface):
           method and which will eventually end up in the 
           workflow history as a way to inform the user of
           the results of the conversion process.
+
+    TODO::
+      - XXX-JPS usefulness is really uncertain
     """
 
   def convertToBaseFormat():
@@ -72,4 +75,4 @@ class IBaseConvertable(Interface):
     IMetadataDiscoverable.getContentInformation.
 
     kw -- metadata parameters
-    """
\ No newline at end of file
+    """
-- 
2.30.9