Re: dependency order

2008-02-09 Thread Gabriel Genellina
En Sat, 09 Feb 2008 16:57:44 -0200, <[EMAIL PROTECTED]> escribi�: > i'm having trouble trying to figure this out... it's part of a build > system i'm writing in python. maybe someone has a good simple way to > solve this. i'm trying to create a dependency order out of multiple > lists. > > list1

Re: dependency order

2008-02-09 Thread belred
On Feb 9, 11:10 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > i'm having trouble trying to figure this out... it's part of a build > > system i'm writing in python. maybe someone has a good simple way to > > solve this. i'm trying to create a dependency orde

Re: dependency order

2008-02-09 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > i'm having trouble trying to figure this out... it's part of a build > system i'm writing in python. maybe someone has a good simple way to > solve this. i'm trying to create a dependency order out of multiple > lists. > > list1: B C > list2: A B > list3: A C > > i