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:
e046744
)
web/info.py: hush pyflakes
author
Brian Warner
<warner@lothar.com>
Wed, 18 Nov 2009 19:17:36 +0000
(11:17 -0800)
committer
Brian Warner
<warner@lothar.com>
Wed, 18 Nov 2009 19:17:36 +0000
(11:17 -0800)
src/allmydata/web/info.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/info.py
b/src/allmydata/web/info.py
index fa81f6c22383a59b89b3c2e19cee0565b011d821..6e95452117bc019e2b2032500c54703d3285a276 100644
(file)
--- a/
src/allmydata/web/info.py
+++ b/
src/allmydata/web/info.py
@@
-1,7
+1,6
@@
import os, urllib
-from twisted.internet import defer
from nevow import rend, tags as T
from nevow.inevow import IRequest