Added initial support for converting office documents (only ods and docx tested)

This commit is contained in:
Roberto Rosario
2011-04-23 22:20:30 -04:00
parent 221049100c
commit 46ec25b139
4 changed files with 51 additions and 39 deletions
+4
View File
@@ -27,3 +27,7 @@ class UnkownConvertError(ConvertError):
identify the kind of error
'''
pass
class OfficeConversionError(ConvertError):
pass