From bc0d9b682e97c26dbc0c8a731c7a3a3837815667 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Mon, 3 Oct 2011 12:52:39 -0700
Subject: [PATCH] immutable/literal.py: add pauseProducing method to
 LiteralProducer. refs #1537

---
 src/allmydata/immutable/literal.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/allmydata/immutable/literal.py b/src/allmydata/immutable/literal.py
index 16effaa4..dc77b4ec 100644
--- a/src/allmydata/immutable/literal.py
+++ b/src/allmydata/immutable/literal.py
@@ -46,8 +46,13 @@ class _ImmutableFileNodeBase(object):
 
 class LiteralProducer:
     implements(IPushProducer)
+
+    def pauseProducing(self):
+        pass
+
     def resumeProducing(self):
         pass
+
     def stopProducing(self):
         pass
 
-- 
2.45.2