[tor-commits] [ooni-probe/master] * Fix import error.
isis at torproject.org
isis at torproject.org
Wed Oct 31 17:29:05 UTC 2012
commit f4b45f970b057b45ae05e7a8561ffff29f264ef0
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Oct 31 17:28:06 2012 +0000
* Fix import error.
---
ooni/reporter.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ooni/reporter.py b/ooni/reporter.py
index 14327ef..191708c 100644
--- a/ooni/reporter.py
+++ b/ooni/reporter.py
@@ -16,7 +16,7 @@ from twisted.python.util import untilConcludes
from twisted.trial import reporter
from twisted.internet import defer
-from ooni.templates.httpt import BodyReceiver, StringProducer
+from ooni.templates.httpt import BodyReceiver
from ooni.utils import date, log, geodata
try:
More information about the tor-commits
mailing list