commit d2a7b9376309db490091f6c7b1869acb8b7f3586 Author: Isis Lovecruft isis@torproject.org Date: Sun Apr 6 20:39:50 2014 +0000
PEP8 for EmailServer module docstring. --- lib/bridgedb/EmailServer.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/bridgedb/EmailServer.py b/lib/bridgedb/EmailServer.py index 0242103..915f82b 100644 --- a/lib/bridgedb/EmailServer.py +++ b/lib/bridgedb/EmailServer.py @@ -3,9 +3,7 @@ # Copyright (c) 2007-2013, The Tor Project, Inc. # See LICENSE for licensing information
-""" -This module implements the email interface to the bridge database. -""" +"""This module implements the email interface to the bridge database."""
from __future__ import unicode_literals
tor-commits@lists.torproject.org