From d0677dadf24c28ac46a648dfae7241967ebeeb5e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 4 Oct 2012 07:52:38 -0400 Subject: [PATCH] Cleanup metadata formatting. --- rss2email.py | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/rss2email.py b/rss2email.py index f27401d..4183edb 100755 --- a/rss2email.py +++ b/rss2email.py @@ -15,13 +15,20 @@ Usage: opmlexport opmlimport filename """ -__version__ = "2.71" -__author__ = "Lindsey Smith (lindsey@allthingsrss.com)" -__copyright__ = "(C) 2004 Aaron Swartz. GNU GPL 2 or 3." -___contributors__ = ["Dean Jackson", "Brian Lalor", "Joey Hess", - "Matej Cepl", "Martin 'Joey' Schulze", - "Marcel Ackermann (http://www.DreamFlasher.de)", - "Lindsey Smith (maintainer)", "Erik Hetzner", "Aaron Swartz (original author)" ] +__version__ = '2.71' +__author__ = 'Lindsey Smith (lindsey@allthingsrss.com)' +__copyright__ = '(C) 2004 Aaron Swartz. GNU GPL 2 or 3.' +___contributors__ = [ + 'Dean Jackson', + 'Brian Lalor', + 'Joey Hess', + 'Matej Cepl', + "Martin 'Joey' Schulze", + 'Marcel Ackermann (http://www.DreamFlasher.de)', + 'Lindsey Smith (maintainer)', + 'Erik Hetzner', + 'Aaron Swartz (original author)', + ] import urllib2 urllib2.install_opener(urllib2.build_opener()) -- 2.26.2