]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/immutable/literal.py
immutable/literal.py: add pauseProducing method to LiteralProducer. refs #1537
[tahoe-lafs/tahoe-lafs.git] / 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