[tor-commits] [ooni-probe/develop] Fix bug in importing of geodata

isis at torproject.org isis at torproject.org
Wed Jun 26 01:02:11 UTC 2013


commit f6c4dbbe817e8fc6dd4670108c508ce2918e9762
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Jun 13 14:21:45 2013 +0200

    Fix bug in importing of geodata
---
 ooni/nettest.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/nettest.py b/ooni/nettest.py
index acca335..80c1965 100644
--- a/ooni/nettest.py
+++ b/ooni/nettest.py
@@ -8,7 +8,7 @@ from twisted.python import usage, reflect
 
 from ooni import geoip
 from ooni.tasks import Measurement
-from ooni.utils import log, checkForRoot, geodata
+from ooni.utils import log, checkForRoot
 from ooni import otime
 from ooni.settings import config
 





More information about the tor-commits mailing list