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:
91d72bb
)
interfaces.py: remove spurious 'pass' statements (which, incidentally, were counted...
author
Brian Warner
<warner@allmydata.com>
Wed, 18 Apr 2007 22:46:37 +0000
(15:46 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 18 Apr 2007 22:46:37 +0000
(15:46 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index f724ccd5edd93be648ed4ce955b7dfe1bcc7d7bf..abb4ab5cd6105790b29314a9f4535e8f0087e311 100644
(file)
--- a/
src/allmydata/interfaces.py
+++ b/
src/allmydata/interfaces.py
@@
-198,7
+198,6
@@
class ICodecEncoder(Interface):
producing shares for the peers which are no longer available.
"""
- pass
def encode(inshares, desired_share_ids=None):
"""Encode some data. This may be called multiple times. Each call is
@@
-443,7
+442,7
@@
class IUploader(Interface):
returns a Deferred which fires with the URI of the file."""
def upload_ssk(write_capability, new_version, uploadable):
- pass # TODO
+ """TODO: how should this work?"""
def upload_data(data):
"""Like upload(), but accepts a string."""