mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-10 23:12:40 +00:00
Implement set_size as required by the interface
This commit is contained in:
parent
7e757d2ec4
commit
e9ddcf5911
@ -711,3 +711,6 @@ class Encoder(object):
|
||||
return self.uri_extension_data
|
||||
def get_uri_extension_hash(self):
|
||||
return self.uri_extension_hash
|
||||
|
||||
def set_size(self, size):
|
||||
raise NotImplementedError()
|
||||
|
Loading…
Reference in New Issue
Block a user