mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 12:28:05 +00:00
Add stubs for methods demanded by the interface
This commit is contained in:
parent
6ba7533168
commit
dca0840c35
@ -535,6 +535,12 @@ class _DirectoryBaseURI(_BaseURI):
|
||||
def get_storage_index(self):
|
||||
return self._filenode_uri.get_storage_index()
|
||||
|
||||
def get_readonly(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
def is_readonly(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
@implementer(IDirectoryURI)
|
||||
class DirectoryURI(_DirectoryBaseURI):
|
||||
|
Loading…
Reference in New Issue
Block a user