error: Fix super calls for SMTPAuthenticationError, etc.
authorW. Trevor King <wking@tremily.us>
Tue, 19 Mar 2013 23:58:09 +0000 (19:58 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 20 Mar 2013 00:01:22 +0000 (20:01 -0400)
commita88738f9905f306b989ff62983518214c5018c0f
treeb4f916e294a716efdaa7f25773dedc8201a7b303
parente417f93d86a723891292308063df2177034c6fde
error: Fix super calls for SMTPAuthenticationError, etc.

Fix copy/paste errors where super() calls used the wrong class name
(it should match the class in which the method is defined) for:

* SMTPAuthenticationError.__init__
* ProcessingError.__init__
* OPMLReadError.__init__

Reported-by: Matt Bordignon <matthew@bordignons.net>
Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/error.py