Commit f8907838 authored by Nicolas Delaby's avatar Nicolas Delaby

improve docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39347 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11002cc3
......@@ -198,10 +198,11 @@ class TransformTool(UniqueObject, ActionProviderBase, Folder):
def getRequirementListByMimetype(self, origin_mimetype, target_mimetype):
"""Return requirements only if origin_mimetype
and target_mimetype match transform policy
and target_mimetype are matching transform policy
As an example pdf => text conversion force a transformation
to intermediate HTML format, just because html_to_text is a requirement.
to intermediate HTML format, because w3m_dump is a requirement
to output plain/text.
But we want using pdf_to_text directly.
So requirements are returned only if
......
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