> if len(kids): > self.recurse_build(all_kids, depth+1) > > shouldn't it be "if len(all_kids):" on the end? If I'm right, can > someone fix that in the CVS? Thanks ... I am not 100% sure, but I think you're right. Have committed that to CVS.