[Erp5-report] r41074 hugo.maia - /erp5/trunk/utils/cloudooo/cloudooo/document.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 2 22:23:09 CET 2010
Author: hugo.maia
Date: Thu Dec 2 22:23:08 2010
New Revision: 41074
URL: http://svn.erp5.org?rev=41074&view=rev
Log:
Refactor XXX phrase
Modified:
erp5/trunk/utils/cloudooo/cloudooo/document.py
Modified: erp5/trunk/utils/cloudooo/cloudooo/document.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/document.py?rev=41074&r1=41073&r2=41074&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/document.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/document.py [utf8] Thu Dec 2 22:23:08 2010
@@ -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):
More information about the Erp5-report
mailing list