From 97f4d8c5245d61e8aba96bdac1edce350b2335be Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 1 Nov 2007 17:27:12 -0700 Subject: [PATCH] Client.tub_ready: upcall to Node --- src/allmydata/client.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.45.2