]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
immutable/literal.py: add pauseProducing method to LiteralProducer. refs #1537
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 3 Oct 2011 19:52:39 +0000 (12:52 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 3 Oct 2011 19:52:39 +0000 (12:52 -0700)
src/allmydata/immutable/literal.py

index 16effaa4d40a3e08a7e708bfa8c143e66de8d530..dc77b4ec87265c40d0c2a0701a1f1ea221325783 100644 (file)
@@ -46,8 +46,13 @@ class _ImmutableFileNodeBase(object):
 
 class LiteralProducer:
     implements(IPushProducer)
+
+    def pauseProducing(self):
+        pass
+
     def resumeProducing(self):
         pass
+
     def stopProducing(self):
         pass