]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
refactor reading of configuration files in client.py
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 22 Aug 2007 17:29:57 +0000 (10:29 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 22 Aug 2007 17:29:57 +0000 (10:29 -0700)
commit8717905e35585a0e629b4f639e0b1c2ea2bfb64a
tree96b4e8b38740a4752985f4895f2c47c084c23b3f
parentd5262ec7e1fa460311ae15cc443fb9510d52cf60
refactor reading of configuration files in client.py
This makes it so that an optional file which is unreadable or is rm'ed
at the wrong moment will be ignored instead of raising an exception.
It also bums out a couple of unnecessary lines of code (the explicit
".close()" call).
src/allmydata/client.py