]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces: remove spurious line that counted against the figleaf coverage
authorBrian Warner <warner@allmydata.com>
Wed, 6 Feb 2008 23:41:26 +0000 (16:41 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 6 Feb 2008 23:41:26 +0000 (16:41 -0700)
src/allmydata/interfaces.py

index 0312ff0d8a0c4fb1a1bdc9412476bb373884def0..fcd773df0ba6abcd1ee6fa17922b252a62a22b9f 100644 (file)
@@ -486,7 +486,6 @@ class IFileURI(Interface):
 
 class IMutableFileURI(Interface):
     """I am a URI which represents a mutable filenode."""
-    pass
 class INewDirectoryURI(Interface):
     pass
 class IReadonlyNewDirectoryURI(Interface):