mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-24 02:51:18 +00:00
Add stub for MutableFileVersion.get_servermap
This commit is contained in:
parent
103bec6a15
commit
a75454a04f
@ -1205,3 +1205,6 @@ class MutableFileVersion(object):
|
||||
self._servermap,
|
||||
mode=mode)
|
||||
return u.update()
|
||||
|
||||
def get_servermap(self):
|
||||
raise NotImplementedError
|
||||
|
Loading…
x
Reference in New Issue
Block a user