commit 45b092770e776e19189f66a5aa081331a367f7fa Author: Isis Lovecruft isis@torproject.org Date: Thu Feb 19 01:04:38 2015 +0000
Remove unused import of bridgedb.geo in bridgedb.Bridges module.
Fix on dec1d60; it was my mistake that the hunk got added while rebasing the patches on top of the #9380 changes. --- lib/bridgedb/Bridges.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/lib/bridgedb/Bridges.py b/lib/bridgedb/Bridges.py index 0904d67..bdb911a 100644 --- a/lib/bridgedb/Bridges.py +++ b/lib/bridgedb/Bridges.py @@ -21,7 +21,6 @@ import random
import bridgedb.Storage import bridgedb.Bucket -import bridgedb.geo
from bridgedb.bridges import Bridge from bridgedb.crypto import getHMACFunc
tor-commits@lists.torproject.org