[tor-commits] [bridgedb/master] Fix old-style class EmailServer.MailDelivery.
isis at torproject.org
isis at torproject.org
Sat Apr 19 17:02:42 UTC 2014
commit 8bc8a8ee81b9a881f1c6d48539f70a4fa51f6f41
Author: Isis Lovecruft <isis at torproject.org>
Date: Mon Apr 7 02:52:23 2014 +0000
Fix old-style class EmailServer.MailDelivery.
---
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 a02a2fe..dd0ca49 100644
--- a/lib/bridgedb/EmailServer.py
+++ b/lib/bridgedb/EmailServer.py
@@ -372,7 +372,7 @@ class MailMessage(object):
"""Called if we die partway through reading a message."""
pass
-class MailDelivery:
+class MailDelivery(object):
"""Plugs into Twisted Mail and handles SMTP commands."""
implements(smtp.IMessageDelivery)
More information about the tor-commits
mailing list