commit d0ff457e5205048f14d848cc9db510e14a266bba Author: aagbsn aagbsn@extc.org Date: Sat Oct 25 10:40:59 2014 +0000
Remove extra import --- ooni/oonicli.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/ooni/oonicli.py b/ooni/oonicli.py index 8997fca..279d87c 100644 --- a/ooni/oonicli.py +++ b/ooni/oonicli.py @@ -127,7 +127,6 @@ def runWithDirector(logging=True, start_tor=True, check_incoherences=True):
if config.privacy.includepcap: if hasRawSocketPermission(): - from ooni.utils.txscapy import hasRawSocketPermission from ooni.utils.txscapy import ScapyFactory config.scapyFactory = ScapyFactory(config.advanced.interface) else:
tor-commits@lists.torproject.org