mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
test/common: oops, forgot the FakeMutableFileNode.get_readonly fix
This commit is contained in:
parent
ef929e51f9
commit
9662e6d986
@ -84,6 +84,8 @@ class FakeMutableFileNode:
|
||||
return self
|
||||
def get_uri(self):
|
||||
return self.my_uri.to_string()
|
||||
def get_readonly(self):
|
||||
return self.my_uri.get_readonly()
|
||||
def get_readonly_uri(self):
|
||||
return self.my_uri.get_readonly().to_string()
|
||||
def is_readonly(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user