From c7809b81f1d92abfd540ea231b42cfc42dcd71f3 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 25 Oct 2011 10:17:36 +0200 Subject: Added comments. --- export.py | 1 + 1 file changed, 1 insertion(+) (limited to 'export.py') 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 -- cgit