feed: fix the `type` key returned by Feed._get_entry_content
authorW. Trevor King <wking@tremily.us>
Mon, 10 Dec 2012 23:13:40 +0000 (18:13 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Dec 2012 01:05:50 +0000 (20:05 -0500)
commitbb72663f1025c1b0f93bf84aeaa37fd6e687c7d2
tree589419c94d0cfa355c9eee60d188605b78002ca6
parentdf4d512f0ffe16567eade79b6ce265d87f01d4cc
feed: fix the `type` key returned by Feed._get_entry_content

The previous version used the Python object `type` where it should
have used the string 'type'.  I hadn't caught the bug before because
none of my example feeds fell through that far.

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/feed.py