]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces.py: remove get_extension_params and set_extension_params methods from...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:48:42 +0000 (12:48 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:48:42 +0000 (12:48 -0700)
src/allmydata/interfaces.py

index 862190ed62e43ecdd16e8e74981af0cafc86743f..a8b118025f4b88cb94ac60e801f06ee8cd130c12 100644 (file)
@@ -550,12 +550,7 @@ class IImmutableFileURI(IFileURI):
     pass
 
 class IMutableFileURI(Interface):
-    """I am a URI which represents a mutable filenode."""
-    def get_extension_params():
-        """Return the extension parameters in the URI"""
-
-    def set_extension_params():
-        """Set the extension parameters that should be in the URI"""
+    pass
 
 class IDirectoryURI(Interface):
     pass