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:
08e229f
)
hush a pyflakes warning
author
Brian Warner
<warner@allmydata.com>
Tue, 12 Aug 2008 04:24:23 +0000
(21:24 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 12 Aug 2008 04:24:23 +0000
(21:24 -0700)
src/allmydata/web/checker_results.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/checker_results.py
b/src/allmydata/web/checker_results.py
index 50ea475b0b71806c25e1987c6805208c04eda1ff..532ed23671b31b5f791140c3d92aff3ecfdde71f 100644
(file)
--- a/
src/allmydata/web/checker_results.py
+++ b/
src/allmydata/web/checker_results.py
@@
-2,7
+2,6
@@
from nevow import rend, inevow, tags as T
from allmydata.web.common import getxmlfile, get_arg
from allmydata.interfaces import ICheckerResults, IDeepCheckResults
-from allmydata.util import base32
class CheckerResults(rend.Page):
docFactory = getxmlfile("checker-results.xhtml")