Commit 60222999 authored by Jérome Perrin's avatar Jérome Perrin

remove outdated XXX comment

parent 55057be9
...@@ -174,11 +174,7 @@ class PDFDocument(Image): ...@@ -174,11 +174,7 @@ class PDFDocument(Image):
security.declarePrivate('_convertToHTML') security.declarePrivate('_convertToHTML')
def _convertToHTML(self): def _convertToHTML(self):
""" """Convert the PDF text content to HTML with pdftohtml
Convert the PDF text content to HTML with pdftohtml
NOTE: XXX check that command exists and was executed
successfully
""" """
if not self.hasData(): if not self.hasData():
return '' return ''
...@@ -208,8 +204,7 @@ class PDFDocument(Image): ...@@ -208,8 +204,7 @@ class PDFDocument(Image):
security.declarePrivate('_convertToDJVU') security.declarePrivate('_convertToDJVU')
def _convertToDJVU(self): def _convertToDJVU(self):
""" """Convert the PDF text content to DJVU with pdf2djvu
Convert the PDF text content to DJVU with pdf2djvu
""" """
if not self.hasData(): if not self.hasData():
return '' return ''
......
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