projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc50edc
)
immutable/literal.py: add pauseProducing method to LiteralProducer. refs #1537
author
david-sarah
<david-sarah@jacaranda.org>
Mon, 3 Oct 2011 19:52:39 +0000
(12:52 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Mon, 3 Oct 2011 19:52:39 +0000
(12:52 -0700)
src/allmydata/immutable/literal.py
patch
|
blob
|
history
diff --git
a/src/allmydata/immutable/literal.py
b/src/allmydata/immutable/literal.py
index 16effaa4d40a3e08a7e708bfa8c143e66de8d530..dc77b4ec87265c40d0c2a0701a1f1ea221325783 100644
(file)
--- 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