mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
immutable/literal.py: add pauseProducing method to LiteralProducer. refs #1537
This commit is contained in:
parent
bc50edc86e
commit
bc0d9b682e
@ -46,8 +46,13 @@ class _ImmutableFileNodeBase(object):
|
||||
|
||||
class LiteralProducer:
|
||||
implements(IPushProducer)
|
||||
|
||||
def pauseProducing(self):
|
||||
pass
|
||||
|
||||
def resumeProducing(self):
|
||||
pass
|
||||
|
||||
def stopProducing(self):
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user