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:
4421e8a
)
rm NativeStorageServer's unused min_shares argument
126/head
author
Leif Ryge
<leif@synthesize.us>
Sat, 22 Nov 2014 04:08:45 +0000
(
04:08
+0000)
committer
Leif Ryge
<leif@synthesize.us>
Sat, 22 Nov 2014 04:08:45 +0000
(
04:08
+0000)
src/allmydata/storage_client.py
patch
|
blob
|
history
diff --git
a/src/allmydata/storage_client.py
b/src/allmydata/storage_client.py
index 39753e0cb79396dceb16f1b6c1cc2d16f6110794..92ecf6e6b4328954fbd81bbd86b39a9e3a6e83e9 100644
(file)
--- a/
src/allmydata/storage_client.py
+++ b/
src/allmydata/storage_client.py
@@
-186,10
+186,9
@@
class NativeStorageServer:
"application-version": "unknown: no get_version()",
}
- def __init__(self, key_s, ann
, min_shares=1
):
+ def __init__(self, key_s, ann):
self.key_s = key_s
self.announcement = ann
- self.min_shares = min_shares
assert "anonymous-storage-FURL" in ann, ann
furl = str(ann["anonymous-storage-FURL"])