Re: [Tutor] tree/node class/module

2008-01-15 Thread cedric briner
usefull page > http://www.velocityreviews.com/forums/t355467-tree-and-graph-structures-in-python.html > thanks again Ced. -- Cedric BRINER Geneva - Switzerland ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo

Re: [Tutor] tree/node class/module

2008-01-15 Thread bob gailer
cedric briner wrote: > hello, > > I'm wanting to do a GUI for to help people using rsync, du, tar . it > will provide the --exclude and --include of them. > > And I thought that the best way to store data relative to the hierarchy > filesystem was to store them in a tree structure. But after brow