commit 22e4ace5f34127fe866bf07d4013819ab5dfd871 Author: Arturo Filastò hellais@torproject.org Date: Thu May 31 21:28:11 2012 +0200
Remove unused import --- ooni/plugoo/work.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ooni/plugoo/work.py b/ooni/plugoo/work.py index 8ba0a3f..24a2b46 100644 --- a/ooni/plugoo/work.py +++ b/ooni/plugoo/work.py @@ -19,8 +19,6 @@ from zope.interface import Interface, Attribute from twisted.python import failure from twisted.internet import reactor, defer
-from ooni.plugoo.nodes import LocalNode - class Worker(object): """ This is the core of OONI. It takes as input Work Units and