projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c51ce3
)
twisted/allmydata_trial.py: fix stale comment that referred to trial_figleaf.py ...
author
david-sarah
<david-sarah@jacaranda.org>
Sat, 22 Jan 2011 01:39:13 +0000
(17:39 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Sat, 22 Jan 2011 01:39:13 +0000
(17:39 -0800)
twisted/plugins/allmydata_trial.py
patch
|
blob
|
history
diff --git
a/twisted/plugins/allmydata_trial.py
b/twisted/plugins/allmydata_trial.py
index 11cbeade52e41619347f946240c1332615f33a80..c9ee5b9a6a6c9f41fcc9b60844abf7ed6a81dea1 100644
(file)
--- a/
twisted/plugins/allmydata_trial.py
+++ b/
twisted/plugins/allmydata_trial.py
@@
-5,7
+5,7
@@
from twisted.trial.itrial import IReporter
from twisted.plugin import IPlugin
# register a plugin that can create our CoverageReporter. The reporter itself
-# lives separately, in src/allmydata/test/trial_
figleaf
.py
+# lives separately, in src/allmydata/test/trial_
coverage
.py
# note that this allmydata_trial.py file is *not* in a package: there is no
# __init__.py in our parent directory. This is important, because otherwise