]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - twisted/plugins/allmydata_trial.py
reliability: switch to NumPy, since Numeric is deprecated
[tahoe-lafs/tahoe-lafs.git] / twisted / plugins / allmydata_trial.py
index 93af3802459f55502f19ff8dd703a0600e13787d..275bbb24d1154218518347ea8d256d61ba251d30 100644 (file)
@@ -10,7 +10,7 @@ from twisted.plugin import IPlugin
 # note that this .py file is *not* in a package: there is no __init__.py in
 # our parent directory. This is important, because otherwise ours would fight
 # with Twisted's. When trial looks for plugins, it merely executes all the
-# *.py files it finds in and twisted/plugins/ subdirectories of anything on
+# *.py files it finds in any twisted/plugins/ subdirectories of anything on
 # sys.path . The namespace that results from executing these .py files is
 # examined for instances which provide both IPlugin and the target interface
 # (in this case, trial is looking for IReporter instances). Each such