[tor-commits] [bridgedb/develop] Fix missing import of logging module in Bucket.py.

isis at torproject.org isis at torproject.org
Wed Feb 5 22:51:12 UTC 2014


commit 61aa9a9a25db470c7a56061b7c9fb8ba46b7e76e
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Feb 5 22:03:42 2014 +0000

    Fix missing import of logging module in Bucket.py.
---
 lib/bridgedb/Bucket.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bridgedb/Bucket.py b/lib/bridgedb/Bucket.py
index 6b8bf54..0038146 100644
--- a/lib/bridgedb/Bucket.py
+++ b/lib/bridgedb/Bucket.py
@@ -23,6 +23,7 @@ even though in the database, there would now by 'name1', 'name2' or 'foobar'
 instead of 'unallocated'. This is why they are called pseudo-distributors.
 """
 
+import logging
 import time
 import bridgedb.Storage
 import bridgedb.Bridges 





More information about the tor-commits mailing list