]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
let MutableFileNode.__repr__() return something useful even if it isn't not initializ...
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 18 Apr 2008 04:32:38 +0000 (21:32 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 18 Apr 2008 04:32:38 +0000 (21:32 -0700)
commita504f3395f8d4e42c8361b610aa68fc91c13a0fd
treef6e4a1a5185db790b8c7dbeb0643c16c203ac067
parent60eb3505f59f12f59f710ef97eea926b669d95d1
let MutableFileNode.__repr__() return something useful even if it isn't not initialize yet
This is because I sometimes log or examine a repr of an object from a function which is being called from that object's own __init__()...
(I'm committing this patch in order to test our patch management infrastructure.)
src/allmydata/mutable/node.py