Commit c0752dba authored by Tristan Cavelier's avatar Tristan Cavelier Committed by Cédric Le Ninivin

x2t: fix Handler documentation

/reviewed-on nexedi/cloudooo!9
parent a985974c
...@@ -64,7 +64,10 @@ format_code_map = { ...@@ -64,7 +64,10 @@ format_code_map = {
yformat_tuple = ("docy", "xlsy", "ppty") yformat_tuple = ("docy", "xlsy", "ppty")
class Handler(object): class Handler(object):
"""ImageMagic Handler is used to handler images.""" """
X2T Handler is used to convert Microsoft Office 2007 documents to OnlyOffice
documents.
"""
implements(IHandler) implements(IHandler)
......
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