diff options
author | cedricbonhomme <devnull@localhost> | 2011-10-25 10:17:36 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-10-25 10:17:36 +0200 |
commit | c7809b81f1d92abfd540ea231b42cfc42dcd71f3 (patch) | |
tree | e0e06fc56f13d76d315bb275df44b5426bcf0e87 | |
parent | Updated CherryPy configuration: no timeout (the export of the database to PDF... (diff) | |
download | newspipe-c7809b81f1d92abfd540ea231b42cfc42dcd71f3.tar.gz newspipe-c7809b81f1d92abfd540ea231b42cfc42dcd71f3.tar.bz2 newspipe-c7809b81f1d92abfd540ea231b42cfc42dcd71f3.zip |
Added comments.
-rw-r--r-- | export.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -186,6 +186,7 @@ def export_epub(feeds): def export_pdf(feeds): """ + Export the articles given in parameter in PDF files. """ from xhtml2pdf import pisa import cStringIO as StringIO |