]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces.py: remove some unused 'pass' lines
authorBrian Warner <warner@allmydata.com>
Fri, 29 Jun 2007 07:50:00 +0000 (00:50 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 29 Jun 2007 07:50:00 +0000 (00:50 -0700)
src/allmydata/interfaces.py

index ba4367f041ebee0ba4d7c8aa3b84e0c0a9e401a3..508adf098b8e716c0281793f18610bcacc28dee2 100644 (file)
@@ -190,21 +190,20 @@ class RIVirtualDriveServer(RemoteInterface):
         This will raise IndexError if a child with the given name already
         exists.
         """
-        pass
 
     def delete(index=Hash, write_enabler=Hash, key=Hash):
         """Delete a specific child.
 
         This uses the hashed key to locate a specific child, and deletes it.
         """
-        pass
 
 
 class IFileNode(Interface):
     def download(target):
         """Download the file's contents to a given IDownloadTarget"""
     def download_to_data():
-        pass
+        """Download the file's contents. Return a Deferred that fires
+        with those contents."""
 
     def get_uri():
         """Return the URI that can be used by others to get access to this