[bridgedb/master] Remove unused/extra imports `time` and `random` from test_smtp.py.

3 Feb
2015
3 Feb
'15
2:31 a.m.
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
3778
Age (days ago)
3778
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org