commit 983b8827237e7d4885dad4bc5725d3b5c8e40bbe Author: Isis Lovecruft isis@torproject.org Date: Wed Sep 12 02:20:34 2012 +0000
Marked the extra import in ooni/plugoo/tests.py, but did not remove it yet. --- ooni/plugoo/tests.py | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ooni/plugoo/tests.py b/ooni/plugoo/tests.py index 7c190eb..13c06ed 100644 --- a/ooni/plugoo/tests.py +++ b/ooni/plugoo/tests.py @@ -5,6 +5,7 @@ from zope.interface import Interface, Attribute import logging import itertools from twisted.internet import reactor, defer, threads +## XXX why is this imported and not used? from twisted.python import failure
from ooni.utils import log @@ -51,14 +52,14 @@ class OONITest(object):
def load_assets(self): """ - This method should be overriden by the test writer to provide the logic - for loading their assets. + This method should be overriden by the test writer to provide the + logic for loading their assets. """ return {}
def __repr__(self): return "<OONITest %s %s %s>" % (self.options, self.global_options, - self.assets) + self.assets)
def end(self): """
tor-commits@lists.torproject.org