Re: Iterating Through Dictionary of Lists

2009-09-14 Thread JB
On Sep 11, 9:42 am, Stefan Behnel wrote: > JBwrote: > > I have created a small program that generates a project tree from a > > dictionary. The dictionary is of key/value pairs where each key is a > > directory, and each value is a list. The list have unique values > > corresponding to the key, wh

Re: Iterating Through Dictionary of Lists

2009-09-11 Thread Stefan Behnel
JB wrote: > I have created a small program that generates a project tree from a > dictionary. The dictionary is of key/value pairs where each key is a > directory, and each value is a list. The list have unique values > corresponding to the key, which is a directory where each value in the > list b

Iterating Through Dictionary of Lists

2009-09-11 Thread JB
I have created a small program that generates a project tree from a dictionary. The dictionary is of key/value pairs where each key is a directory, and each value is a list. The list have unique values corresponding to the key, which is a directory where each value in the list becomes a subdirector