[tor-commits] [bridgedb/develop] Remove banal truism from EmailServer.MailMessage docstring.

isis at torproject.org isis at torproject.org
Tue Apr 8 15:35:48 UTC 2014


commit 0eecc001dc6f00a90108385bd01b541638d464a0
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Apr 7 02:47:40 2014 +0000

    Remove banal truism from EmailServer.MailMessage docstring.
---
 lib/bridgedb/EmailServer.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/bridgedb/EmailServer.py b/lib/bridgedb/EmailServer.py
index cba7ed1..eb04917 100644
--- a/lib/bridgedb/EmailServer.py
+++ b/lib/bridgedb/EmailServer.py
@@ -343,8 +343,7 @@ class MailContext:
         self.cfg = cfg
 
 class MailMessage(object):
-    """Plugs into the Twisted Mail and receives an incoming message.
-       Once the message is in, we reply or we don't. """
+    """Plugs into the Twisted Mail and receives an incoming message."""
     implements(smtp.IMessage)
 
     def __init__(self, ctx):





More information about the tor-commits mailing list