]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/introducer/client.py
switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix...
authorBrian Warner <warner@lothar.com>
Fri, 22 May 2009 00:46:32 +0000 (17:46 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 22 May 2009 00:46:32 +0000 (17:46 -0700)
commit1863aee0aae1cc0218c5f1b3cd4c08f5d4bcda19
treef5cc90430dd57d6967153b89c3fcfa7c3efd2032
parentc9803d521747d7da939a34e19520edc8f070d213
switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix #653, the rref-EQ problem
16 files changed:
src/allmydata/immutable/checker.py
src/allmydata/immutable/download.py
src/allmydata/immutable/upload.py
src/allmydata/introducer/client.py
src/allmydata/key_generator.py
src/allmydata/mutable/servermap.py
src/allmydata/node.py
src/allmydata/stats.py
src/allmydata/test/check_memory.py
src/allmydata/test/check_speed.py
src/allmydata/test/no_network.py
src/allmydata/test/test_helper.py
src/allmydata/test/test_introducer.py
src/allmydata/test/test_keygen.py
src/allmydata/test/test_util.py
src/allmydata/util/rrefutil.py