]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
src/allmydata/web/filenode.py: delete a stale comment that was made incorrect by...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 1 Aug 2011 20:30:09 +0000 (13:30 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 1 Aug 2011 20:30:09 +0000 (13:30 -0700)
src/allmydata/web/filenode.py

index 66b7df0830fc20ca92325df2e4727def9bd4f5a7..447bbe00f945659c8394bf8ba5a782edd1045b80 100644 (file)
@@ -322,14 +322,6 @@ def makeMutableDownloadable(n):
     return d
 
 class FileDownloader(rend.Page):
-    # since we override the rendering process (to let the tahoe Downloader
-    # drive things), we must inherit from regular old twisted.web.resource
-    # instead of nevow.rend.Page . Nevow will use adapters to wrap a
-    # nevow.appserver.OldResourceAdapter around any
-    # twisted.web.resource.IResource that it is given. TODO: it looks like
-    # that wrapper would allow us to return a Deferred from render(), which
-    # might could simplify the implementation of WebDownloadTarget.
-
     def __init__(self, filenode, filename):
         rend.Page.__init__(self)
         self.filenode = filenode