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:
7d15928
)
trivial: M-x whitespace-cleanup on src/immutable/download.py
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 8 Jan 2009 17:49:01 +0000
(10:49 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 8 Jan 2009 17:49:01 +0000
(10:49 -0700)
src/allmydata/immutable/download.py
patch
|
blob
|
history
diff --git
a/src/allmydata/immutable/download.py
b/src/allmydata/immutable/download.py
index 25b3adb64f947fba67bf6790fc7f95cf6c8df388..310b181dfcd475b45b16503c4b26e5ed43d8f9ac 100644
(file)
--- a/
src/allmydata/immutable/download.py
+++ b/
src/allmydata/immutable/download.py
@@
-1,4
+1,3
@@
-
import os, random, weakref, itertools, time
from zope.interface import implements
from twisted.internet import defer
@@
-113,7
+112,6
@@
class Output:
self.crypttext_hash = self._crypttext_hasher.digest()
self.log("download finished, closing IDownloadable", level=log.NOISY)
self.downloadable.close()
-
def finish(self):
return self.downloadable.finish()