[tor-commits] [bridgedb/develop] Remove unused/extra imports `time` and `random` from test_smtp.py.
isis at torproject.org
isis at torproject.org
Wed Aug 13 00:41:27 UTC 2014
commit cc2ea6208f1580f973fd0ed0e71cda6c838c763a
Author: Isis Lovecruft <isis at 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
More information about the tor-commits
mailing list