]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
filetree.interfaces: remove not-really-code to improve coverage stats
authorBrian Warner <warner@allmydata.com>
Thu, 18 Jan 2007 00:00:47 +0000 (17:00 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 18 Jan 2007 00:00:47 +0000 (17:00 -0700)
src/allmydata/filetree/interfaces.py

index 25d55dee40d345b2a8a5b7012b9612b09f5fdad6..8934a7f391b1ee4ba7397b48c25351a02b92f0a5 100644 (file)
@@ -3,11 +3,9 @@ from zope.interface import Interface
 
 class INode(Interface):
     """This is some sort of retrievable node."""
-    pass
 
 class IFileNode(Interface):
     """This is a file which can be retrieved."""
-    pass
 
 class IDirectoryNode(Interface):
     """This is a directory which can be listed."""