On 10/18/05, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > I had been using a depth-first algorithm, but now it looks like I > should switch to breadth-first, because that will allow the depender > (TurboGears) to override the dependees (e.g. SQLObject), as long as the > depender's choices are also acceptable to the dependees. And, I now > have a nice test case for it. :)
Glad to be of service :) I'm not surprised that you had to step through the code to find that. It is rather subtle. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

