[tor-commits] [ooni-probe/develop] Rename ooniprobe to ooni.

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


commit 033764eeef9b4f27df4512e447638447ff8fc293
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Mar 18 15:38:17 2013 -0400

    Rename ooniprobe to ooni.
---
 bin/ooniprobe |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/ooniprobe b/bin/ooniprobe
index ba537ab..695b137 100755
--- a/bin/ooniprobe
+++ b/bin/ooniprobe
@@ -8,10 +8,10 @@ sys.path[:] = map(os.path.abspath, sys.path)
 sys.path.insert(0, os.path.abspath(os.getcwd()))
 
 # This is a hack to overcome a bug in python
-from ooniprobe.utils.hacks import patched_reduce_ex
+from ooni.utils.hacks import patched_reduce_ex
 copy_reg._reduce_ex = patched_reduce_ex
 
 # from ooni.oonicli import run
 # run()
-from ooniprobe.oonicli import runWithDirector
+from ooni.oonicli import runWithDirector
 runWithDirector()





More information about the tor-commits mailing list