[tor-commits] [bridgedb/master] PEP8 whitespace fix for method signature lines in Dist.
isis at torproject.org
isis at torproject.org
Fri May 16 18:52:52 UTC 2014
commit 06b114765e4691173b2653bd1e3239b11f37038d
Author: Isis Lovecruft <isis at torproject.org>
Date: Mon May 5 19:25:08 2014 +0000
PEP8 whitespace fix for method signature lines in Dist.
---
lib/bridgedb/Dist.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/bridgedb/Dist.py b/lib/bridgedb/Dist.py
index 4e0a1aa..984dd59 100644
--- a/lib/bridgedb/Dist.py
+++ b/lib/bridgedb/Dist.py
@@ -377,8 +377,8 @@ class EmailBasedDistributor(Distributor):
"""Assign a bridge to this distributor."""
self.splitter.insert(bridge)
- def getBridgesForEmail(self, emailaddress, epoch, N=1,
- parameters=None, countryCode=None, bridgeFilterRules=None):
+ def getBridgesForEmail(self, emailaddress, epoch, N=1, parameters=None,
+ countryCode=None, bridgeFilterRules=None):
"""Return a list of bridges to give to a user.
emailaddress -- the user's email address, as given in a from line.
epoch -- the time period when we got this request. This can
More information about the tor-commits
mailing list