aboutsummaryrefslogtreecommitdiff
path: root/export.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-10-25 10:17:36 +0200
committercedricbonhomme <devnull@localhost>2011-10-25 10:17:36 +0200
commitc7809b81f1d92abfd540ea231b42cfc42dcd71f3 (patch)
treee0e06fc56f13d76d315bb275df44b5426bcf0e87 /export.py
parentUpdated CherryPy configuration: no timeout (the export of the database to PDF... (diff)
downloadnewspipe-c7809b81f1d92abfd540ea231b42cfc42dcd71f3.tar.gz
newspipe-c7809b81f1d92abfd540ea231b42cfc42dcd71f3.tar.bz2
newspipe-c7809b81f1d92abfd540ea231b42cfc42dcd71f3.zip
Added comments.
Diffstat (limited to 'export.py')
-rw-r--r--export.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/export.py b/export.py
index 5db4e290..b823de05 100644
--- a/export.py
+++ b/export.py
@@ -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
bgstack15