]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Client.tub_ready: upcall to Node
authorBrian Warner <warner@allmydata.com>
Fri, 2 Nov 2007 00:27:12 +0000 (17:27 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 2 Nov 2007 00:27:12 +0000 (17:27 -0700)
src/allmydata/client.py

index 59c7f4d00387f1ca113d7df968d7d22035c236fa..6dbb859846e8b5a79bea9d48b9ee2ad4854b1c52 100644 (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.