[Erp5-report] r43641 gabriel - /erp5/trunk/utils/cloudooo/cloudooo/manager.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 23 22:57:08 CET 2011


Author: gabriel
Date: Wed Feb 23 22:57:08 2011
New Revision: 43641

URL: http://svn.erp5.org?rev=43641&view=rev
Log:
remove condition because it is used only to ooo handler and now exists others handlers

Modified:
    erp5/trunk/utils/cloudooo/cloudooo/manager.py

Modified: erp5/trunk/utils/cloudooo/cloudooo/manager.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/manager.py?rev=43641&r1=43640&r2=43641&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/manager.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/manager.py [utf8] Wed Feb 23 22:57:08 2011
@@ -80,9 +80,6 @@ class Manager(object):
       zip -- Boolean Attribute. If true, returns the file in the form of a
       zip archive
     """
-    if not mimemapper.getFilterList(destination_format):
-      raise ValueError("This format (%s) is not supported " +
-                       "or is invalid" % destination_format)
     self.kw['zip'] = zip
     self.kw['refresh'] = refresh
     handler = getHandlerObject(source_format,



More information about the Erp5-report mailing list