X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2Fallmydata%2Finterfaces.py;h=a8b118025f4b88cb94ac60e801f06ee8cd130c12;hb=cf9bf2ea10f8043f910de971f5a736a9d9bced21;hp=862190ed62e43ecdd16e8e74981af0cafc86743f;hpb=de00b277cc9adfb0093ba9cab65c82c4fc9366de;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 862190ed..a8b11802 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -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