From: david-sarah <david-sarah@jacaranda.org>
Date: Mon, 10 Oct 2011 19:48:42 +0000 (-0700)
Subject: interfaces.py: remove get_extension_params and set_extension_params methods from... 
X-Git-Url: https://git.rkrishnan.org/pf/content/simplejson/frontends/cyclelanguage?a=commitdiff_plain;h=cf9bf2ea10f8043f910de971f5a736a9d9bced21;p=tahoe-lafs%2Ftahoe-lafs.git

interfaces.py: remove get_extension_params and set_extension_params methods from IMutableFileURI. refs #393, #1526
---

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