]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
dirnode lookup: use distinct NoSuchChildError instead of the generic KeyError when...
authorBrian Warner <warner@lothar.com>
Mon, 27 Oct 2008 20:15:25 +0000 (13:15 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 27 Oct 2008 20:15:25 +0000 (13:15 -0700)
commitfca158e83aab54ad350293d6a367dbde54b5a399
tree841111ca33494efc349d3a0899bc1fbffd0b1318
parent5fd663328944fa390701527aaaa244a64ae4ecc2
dirnode lookup: use distinct NoSuchChildError instead of the generic KeyError when a child can't be found
src/allmydata/dirnode.py
src/allmydata/ftpd.py
src/allmydata/interfaces.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_system.py
src/allmydata/web/directory.py