Client.tub_ready: upcall to Node

This commit is contained in:
Brian Warner 2007-11-01 17:27:12 -07:00
parent 36921fedb3
commit 97f4d8c524

View File

@ -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.