[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Fix missing import of logging module in Bucket.py.
commit 61aa9a9a25db470c7a56061b7c9fb8ba46b7e76e
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits