commit 017f249efc57650510ca6e3eba2c9aa12c3bc7a5 Author: Isis Lovecruft isis@torproject.org Date: Wed Dec 12 15:56:16 2012 +0000
Removed an import line from ooni/reporter.py which tried to import classes which are now contained in ooni/reporter.py. --- ooni/reporter.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ooni/reporter.py b/ooni/reporter.py index fc41960..37cf9d1 100644 --- a/ooni/reporter.py +++ b/ooni/reporter.py @@ -27,7 +27,6 @@ from twisted.internet.error import ConnectionRefusedError
from ooni import config, otime from ooni.utils import log, geodata -from ooni.utils.hacks import OSafeRepresenter, OSafeDumper from ooni.utils.net import BodyReceiver, StringProducer, userAgents
try:
tor-commits@lists.torproject.org