error: Don't explicitly store server in SMTPAuthenticationError
authorW. Trevor King <wking@tremily.us>
Thu, 28 Mar 2013 01:17:03 +0000 (21:17 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 28 Mar 2013 01:17:03 +0000 (21:17 -0400)
commitbd7b7ca96289e4148a6fdc278dcd68e5013f49e3
tree42ff543cf6bd32c35c8c5d7885c74235fb434270
parent3f5df62f0cd20241d150d587595d26e9ae626184
error: Don't explicitly store server in SMTPAuthenticationError

It's already being stored by SMTPConnectionError, which is called via
super().

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