commit 78650a6bc490851ef3aec7ed096c1da901f73adb Author: Arturo Filastò art@fuffa.org Date: Fri Mar 1 12:33:05 2013 +0100
Remove unneeded commented out line --- ooni/templates/scapyt.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ooni/templates/scapyt.py b/ooni/templates/scapyt.py index df19684..83e5491 100644 --- a/ooni/templates/scapyt.py +++ b/ooni/templates/scapyt.py @@ -136,7 +136,6 @@ class BaseScapyTest(NetTestCase):
config.scapyFactory.registerProtocol(scapySender) scapySender.startSending(packets) - #scapySender.sendPackets(packets)
scapySender.stopSending() for sent_packet in packets: