Commit f3c065a8 authored by Hugo H. Maia Vieira's avatar Hugo H. Maia Vieira

Refactor XXX phrase


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@41074 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd9fdd99
......@@ -155,7 +155,7 @@ class OdfDocument(object):
"""
self._zipfile = ZipFile(StringIO(data))
self.source_format = source_format
# XXX - I'm not confortable with this. Maybe it should be on OOGranulate
# XXX - Maybe parsed_content should not be here, but on OOGranulate
self.parsed_content = etree.fromstring(self.getContentXml())
def getContentXml(self):
......
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