immutable/literal.py: add pauseProducing method to LiteralProducer. refs #1537

This commit is contained in:
david-sarah 2011-10-03 12:52:39 -07:00
parent bc50edc86e
commit bc0d9b682e

View File

@ -46,8 +46,13 @@ class _ImmutableFileNodeBase(object):
class LiteralProducer:
implements(IPushProducer)
def pauseProducing(self):
pass
def resumeProducing(self):
pass
def stopProducing(self):
pass