mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
add missing producer method to this dummy
This commit is contained in:
parent
4c15db2019
commit
ac6b2c6177
@ -425,6 +425,9 @@ class DummyProducer(object):
|
|||||||
def resumeProducing(self):
|
def resumeProducing(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def stopProducing(self):
|
||||||
|
pass
|
||||||
|
|
||||||
@implementer(IImmutableFileNode)
|
@implementer(IImmutableFileNode)
|
||||||
class FakeCHKFileNode(object): # type: ignore # incomplete implementation
|
class FakeCHKFileNode(object): # type: ignore # incomplete implementation
|
||||||
"""I provide IImmutableFileNode, but all of my data is stored in a
|
"""I provide IImmutableFileNode, but all of my data is stored in a
|
||||||
|
Loading…
Reference in New Issue
Block a user