]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/interfaces.py
interfaces.py: remove get_extension_params and set_extension_params methods from...
[tahoe-lafs/tahoe-lafs.git] / 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