commit 3f1c1aacb3e1b9fd71f30eab8a47203664546093 Author: Arturo Filastò hellais@gmail.com Date: Tue Feb 7 20:29:07 2012 +0100
Add install.txt file --- refactor/install.txt | 4 ++++ refactor/plugoo.py | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/refactor/install.txt b/refactor/install.txt new file mode 100644 index 0000000..8818d47 --- /dev/null +++ b/refactor/install.txt @@ -0,0 +1,4 @@ +install libdnet-1.12 +sudo pip install pylibpcap +sudo pip install pcapy +sudo pip install scapy diff --git a/refactor/plugoo.py b/refactor/plugoo.py index 7606382..9162050 100644 --- a/refactor/plugoo.py +++ b/refactor/plugoo.py @@ -295,7 +295,7 @@ class Plugoo(): # Run the jobs with the selected timeout gevent.joinall(jobs, timeout=timeout) for job in jobs: - print job.value + print "JOB VAL: %s" % job.value self.report(job.value) job.kill() jobs = []
tor-commits@lists.torproject.org