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:
828e273
)
trailing-whitespace eradication, no functional changes
author
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:22:57 +0000
(15:22 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:22:57 +0000
(15:22 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index 8aec8a881ca2b32a9b847a0e660bf785c7416bbe..cc8574932252e23246ffbcc02ea43f2fd73ebef6 100644
(file)
--- a/
src/allmydata/interfaces.py
+++ b/
src/allmydata/interfaces.py
@@
-231,7
+231,7
@@
class IStorageBucketWriter(Interface):
"""
@return: a Deferred that fires (with None) when the operation completes
"""
-
+
def put_share_hashes(sharehashes=ListOf(TupleOf(int, Hash),
maxLength=2**20)):
"""