projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de00b27
)
interfaces.py: remove get_extension_params and set_extension_params methods from...
author
david-sarah
<david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:48:42 +0000
(12:48 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:48:42 +0000
(12:48 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index 862190ed62e43ecdd16e8e74981af0cafc86743f..a8b118025f4b88cb94ac60e801f06ee8cd130c12 100644
(file)
--- 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