Commit 4e9b204a authored by Mame Coumba Sall's avatar Mame Coumba Sall

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
parent cc055099
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment