commit b4ba97232fe6e69ae8245b3126f81f466e2f57fb Author: Arturo Filastò art@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):
tor-commits@lists.torproject.org