[bridgedb/master] Fix missing import of logging module in Bucket.py.

5 Feb
2014
5 Feb
'14
10:51 p.m.
commit 61aa9a9a25db470c7a56061b7c9fb8ba46b7e76e Author: Isis Lovecruft <isis@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
4168
Age (days ago)
4168
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org