commit 583603d15dcd667d8b845f27cdb5b71b2b3c74f7 Author: Arturo Filastò <a...@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):
_______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits