[Erp5-report] r34157 mame - /erp5/trunk/products/ERP5/interfaces/convertable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 26 15:26:04 CET 2010


Author: mame
Date: Fri Mar 26 15:26:03 2010
New Revision: 34157

URL: http://svn.erp5.org?rev=34157&view=rev
Log:
Modified to remove getPermittedTargetFormatItemList method
that was added in previous commit

Modified:
    erp5/trunk/products/ERP5/interfaces/convertable.py

Modified: erp5/trunk/products/ERP5/interfaces/convertable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/convertable.py?rev=34157&r1=34156&r2=34157&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/convertable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/convertable.py [utf8] Fri Mar 26 15:26:03 2010
@@ -109,10 +109,4 @@
     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.
-    """
+




More information about the Erp5-report mailing list