[tor-commits] [ooni-probe/master] Fix import problem in httpt test template

art at torproject.org art at torproject.org
Sun Dec 23 23:44:02 UTC 2012


commit b4ba97232fe6e69ae8245b3126f81f466e2f57fb
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Dec 24 00:43:48 2012 +0100

    Fix import problem in httpt test template
---
 ooni/templates/httpt.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py
index 9debfa9..b727229 100644
--- a/ooni/templates/httpt.py
+++ b/ooni/templates/httpt.py
@@ -19,7 +19,7 @@ from ooni import config
 from ooni.utils.net import BodyReceiver, StringProducer, userAgents
 
 from ooni.utils.txagentwithsocks import Agent, SOCKSError, TrueHeaders
-from ooni.nettest import failureToString
+from ooni.nettest import handleAllFailures
 
 
 class InvalidSocksProxyOption(Exception):



More information about the tor-commits mailing list