
1 Nov
2012
1 Nov
'12
12:14 p.m.
commit 91b397607979f797b399ccb13dea6011d851e016 Author: Isis Lovecruft <isis@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: