From: Brian Warner Date: Fri, 2 Nov 2007 00:27:12 +0000 (-0700) Subject: Client.tub_ready: upcall to Node X-Git-Tag: allmydata-tahoe-0.7.0~301 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=97f4d8c5245d61e8aba96bdac1edce350b2335be;p=tahoe-lafs%2Ftahoe-lafs.git Client.tub_ready: upcall to Node --- diff --git a/src/allmydata/client.py b/src/allmydata/client.py index 59c7f4d0..6dbb8598 100644 --- 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.