mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Add stubs for methods demanded by IPeerSelector
This commit is contained in:
parent
1b92da75fa
commit
c3a22966e8
@ -385,6 +385,12 @@ class PeerSelector(object):
|
||||
)
|
||||
return self.happiness_mappings
|
||||
|
||||
def add_peers(self, peerids=None):
|
||||
raise NotImplementedError
|
||||
|
||||
def confirm_share_allocation(self, peerid, shnum):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class _QueryStatistics(object):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user