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:
471e1f1
)
trivial: remove unused import (thanks, pyflakes)
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 19 Dec 2008 20:46:29 +0000
(13:46 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 19 Dec 2008 20:46:29 +0000
(13:46 -0700)
src/allmydata/immutable/download.py
patch
|
blob
|
history
diff --git
a/src/allmydata/immutable/download.py
b/src/allmydata/immutable/download.py
index e8c0937dc0c2ed37881f545c5ce23a683a49c4ca..da1d40c40481a27e56df64f0cae1ea3b1e23a9c6 100644
(file)
--- a/
src/allmydata/immutable/download.py
+++ b/
src/allmydata/immutable/download.py
@@
-9,7
+9,7
@@
from foolscap.eventual import eventually
from allmydata.util import base32, mathutil, hashutil, log
from allmydata.util.assertutil import _assert, precondition
-from allmydata import codec, hashtree,
storage,
uri
+from allmydata import codec, hashtree, uri
from allmydata.interfaces import IDownloadTarget, IDownloader, IFileURI, IVerifierURI, \
IDownloadStatus, IDownloadResults, IValidatedThingProxy, NotEnoughSharesError
from allmydata.immutable import layout