--- rss2email-2.71/feedparser.py 2019-09-27 02:24:47.181023634 +0200 +++ rss2email-2.71/feedparser.py 2019-09-27 02:28:29.474661430 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """Universal feed parser Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds diff -ur rss2email-2.71-orig/html2text.py rss2email-2.71/html2text.py --- rss2email-2.71-orig/html2text.py 2019-09-27 02:24:47.182023614 +0200 +++ rss2email-2.71/html2text.py 2019-09-27 02:28:33.928574026 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """html2text: Turn HTML into equivalent Markdown-structured text.""" __version__ = "3.01" __author__ = "Aaron Swartz (me@aaronsw.com)" diff -ur rss2email-2.71-orig/rss2email.py rss2email-2.71/rss2email.py --- rss2email-2.71-orig/rss2email.py 2019-09-27 02:24:47.182023614 +0200 +++ rss2email-2.71/rss2email.py 2019-09-27 02:25:05.269668674 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 """rss2email: get RSS feeds emailed to you http://rss2email.infogami.com