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:
fa30254
)
immutable: remove unused imports (thanks, pyflakes)
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 23 Sep 2008 19:26:10 +0000
(12:26 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 23 Sep 2008 19:26:10 +0000
(12:26 -0700)
src/allmydata/immutable/filenode.py
patch
|
blob
|
history
diff --git
a/src/allmydata/immutable/filenode.py
b/src/allmydata/immutable/filenode.py
index da05e07dc179ac78d03d275ec8fa0aefcbfd710f..7edfd358ab8bebbb8970ca0a1cf42b818ae3fee5 100644
(file)
--- a/
src/allmydata/immutable/filenode.py
+++ b/
src/allmydata/immutable/filenode.py
@@
-1,8
+1,7
@@
from zope.interface import implements
from twisted.internet import defer
-from allmydata.interfaces import IFileNode, IFileURI, IURI, ICheckable
-from allmydata import uri
+from allmydata.interfaces import IFileNode, IFileURI, ICheckable
from allmydata.immutable.checker import SimpleCHKFileChecker, \
SimpleCHKFileVerifier