X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/21a2199a2b91086d6cfefb93975566598db4149f..051e647c3f313cb4a2a51d7b17bcfda79f192b46:/contrib/julian/feedgenerator.py diff --git a/contrib/julian/feedgenerator.py b/contrib/julian/feedgenerator.py index 23efdca..19e959d 100644 --- a/contrib/julian/feedgenerator.py +++ b/contrib/julian/feedgenerator.py @@ -81,4 +81,4 @@ class ICalendarFeed(SyndicationFeed): if isinstance(outfile, HttpResponse): filename = self.feed.get('filename', 'filename.ics') outfile['Filename'] = filename - response['Content-Disposition'] = 'attachment; filename=%s' % filename \ No newline at end of file + outfile['Content-Disposition'] = 'attachment; filename=%s' % filename \ No newline at end of file