From: Zooko O'Whielacronx Date: Thu, 8 Jan 2009 17:49:01 +0000 (-0700) Subject: trivial: M-x whitespace-cleanup on src/immutable/download.py X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=2a443cd049f5c77c9756fd8bc40c2940056acac0;p=tahoe-lafs%2Ftahoe-lafs.git trivial: M-x whitespace-cleanup on src/immutable/download.py --- diff --git a/src/allmydata/immutable/download.py b/src/allmydata/immutable/download.py index 25b3adb6..310b181d 100644 --- 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()