X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/21a2199a2b91086d6cfefb93975566598db4149f..fb2124a285959c8952d2903deefdbea421c5272f:/contrib/julian/feedgenerator.py?ds=inline 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