
8 Apr
2014
8 Apr
'14
3:35 p.m.
commit ceb050f7aa5576b838621164f658d9d8a0f4ca4a Author: Isis Lovecruft <isis@torproject.org> Date: Mon Apr 7 02:45:16 2014 +0000 Fix old-style class EmailServer.MailMessage. --- lib/bridgedb/EmailServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bridgedb/EmailServer.py b/lib/bridgedb/EmailServer.py index 7d54b4e..cba7ed1 100644 --- a/lib/bridgedb/EmailServer.py +++ b/lib/bridgedb/EmailServer.py @@ -342,7 +342,7 @@ class MailContext: self.cfg = cfg -class MailMessage: +class MailMessage(object): """Plugs into the Twisted Mail and receives an incoming message. Once the message is in, we reply or we don't. """ implements(smtp.IMessage)