From 4e9b204a12b4d93a79fe737e3c10ce8d988b6209 Mon Sep 17 00:00:00 2001
From: Mame Coumba Sall <mame@nexedi.com>
Date: Fri, 26 Mar 2010 14:26:03 +0000
Subject: [PATCH] Modified to remove getPermittedTargetFormatItemList method
 that was added in previous commit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34157 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/interfaces/convertable.py | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/product/ERP5/interfaces/convertable.py b/product/ERP5/interfaces/convertable.py
index 0441e576ba..58635680cd 100644
--- a/product/ERP5/interfaces/convertable.py
+++ b/product/ERP5/interfaces/convertable.py
@@ -109,10 +109,4 @@ class IConvertable(Interface):
     where format is an extension (ex. 'png') which can be 
     passed to IConvertable.convert or to IDownloadable.index_html
     """
-  def getPermittedTargetFormatItemList():
-    """
-    Returns the list of authorized formats for conversion
-    in the form of tuples. For each format, checks
-    if the current user can convert the current 
-    document into that format.
-    """
\ No newline at end of file
+
-- 
2.30.9