From: W. Trevor King Date: Thu, 4 Oct 2012 11:52:38 +0000 (-0400) Subject: Cleanup metadata formatting. X-Git-Tag: v3.0~72^2~56 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0677dadf24c28ac46a648dfae7241967ebeeb5e;p=rss2email.git Cleanup metadata formatting. --- 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())