commit cc2ea6208f1580f973fd0ed0e71cda6c838c763a Author: Isis Lovecruft isis@torproject.org Date: Fri Aug 8 11:27:39 2014 +0000
Remove unused/extra imports `time` and `random` from test_smtp.py. --- lib/bridgedb/test/test_smtp.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/lib/bridgedb/test/test_smtp.py b/lib/bridgedb/test/test_smtp.py index 4f30030..fb25c46 100644 --- a/lib/bridgedb/test/test_smtp.py +++ b/lib/bridgedb/test/test_smtp.py @@ -9,8 +9,6 @@ import asyncore import threading import Queue import random -import time -import random
# ------------- SMTP Client Config SMTP_DEBUG_LEVEL = 0 # set to 1 to see SMTP message exchange
tor-commits@lists.torproject.org