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:
36921fe
)
Client.tub_ready: upcall to Node
author
Brian Warner
<warner@allmydata.com>
Fri, 2 Nov 2007 00:27:12 +0000
(17:27 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 2 Nov 2007 00:27:12 +0000
(17:27 -0700)
src/allmydata/client.py
patch
|
blob
|
history
diff --git
a/src/allmydata/client.py
b/src/allmydata/client.py
index 59c7f4d00387f1ca113d7df968d7d22035c236fa..6dbb859846e8b5a79bea9d48b9ee2ad4854b1c52 100644
(file)
--- a/
src/allmydata/client.py
+++ b/
src/allmydata/client.py
@@
-118,6
+118,7
@@
class Client(node.Node, Referenceable, testutil.PollMixin):
def tub_ready(self):
self.log("tub_ready")
+ node.Node.tub_ready(self)
# we use separate get_config/write_config here because we want to
# update the connection hints each time.