[tor-commits] [oonib/master] Fix missing import.
art at torproject.org
art at torproject.org
Wed May 21 10:48:10 UTC 2014
commit 583603d15dcd667d8b845f27cdb5b71b2b3c74f7
Author: Arturo Filastò <art at fuffa.org>
Date: Thu May 8 00:37:56 2014 +0200
Fix missing import.
---
oonib/testhelpers/http_helpers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oonib/testhelpers/http_helpers.py b/oonib/testhelpers/http_helpers.py
index ed3f582..8e03164 100644
--- a/oonib/testhelpers/http_helpers.py
+++ b/oonib/testhelpers/http_helpers.py
@@ -9,7 +9,7 @@ from cyclone.web import RequestHandler, Application
from twisted.protocols import policies, basic
from twisted.web.http import Request
-from oonib import log
+from oonib import log, randomStr
class SimpleHTTPChannel(basic.LineReceiver, policies.TimeoutMixin):
More information about the tor-commits
mailing list