diff options
Diffstat (limited to 'source/export.py')
-rw-r--r-- | source/export.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/export.py b/source/export.py index 57642ec8..8380682a 100644 --- a/source/export.py +++ b/source/export.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # pyAggr3g470r - A Web based news aggregator. -# Copyright (C) 2010 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2012 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/pyaggr3g470r/ # @@ -186,4 +186,4 @@ def export_pdf(feeds): try: pdf = pisa.CreatePDF(StringIO.StringIO(content), file(name, "wb")) except: - pass
\ No newline at end of file + pass |