[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [ooni-probe/master] Remove now unused and dead code



commit a7e2f269ada33f88e9f4bd5309efc29f04d86702
Author: Arturo Filastò <art@xxxxxxxxx>
Date:   Wed Jan 16 21:07:49 2013 +0100

    Remove now unused and dead code
    
    We no longer need inputunit. nettesttask was never needed
---
 ooni/runner.py |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/ooni/runner.py b/ooni/runner.py
index bf51068..9b884a9 100644
--- a/ooni/runner.py
+++ b/ooni/runner.py
@@ -8,13 +8,12 @@ from twisted.internet import defer
 from twisted.internet import reactor
 
 from ooni import config
-
 from ooni.reporter import OONIBReporter, YAMLReporter, OONIBReportError
-
 from ooni.inputunit import InputUnitFactory
-
-from ooni.utils import log
-from ooni.utils import Storage
+from ooni.nettest import NetTestCase, NoPostProcessor
+from ooni.utils import log, checkForRoot, pushFilenameStack
+from ooni.utils import NotRootError, Storage
+from ooni.utils.net import randomFreePort
 
 class InvalidResumeFile(Exception):
     pass



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits