]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
change StorageServer to take nodeid in the constructor, instead of assigning it later...
authorBrian Warner <warner@lothar.com>
Wed, 18 Feb 2009 23:23:01 +0000 (16:23 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 18 Feb 2009 23:23:01 +0000 (16:23 -0700)
commit4646451de6c51442881c744ffc07c14176ae20be
tree3b6f6a3c3d1d2baa18406d6d7a01ffdce9a6a36f
parentb398a69f1468a82ca05c9ef6e31304438c6b95b5
change StorageServer to take nodeid in the constructor, instead of assigning it later, since it's cleaner and because the original problem (Tubs not being ready until later) went away
src/allmydata/client.py
src/allmydata/storage/server.py
src/allmydata/test/no_network.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_storage.py