| branch | personal-scripts |
| changeset 49 | 3c1e25e76f4d |
| parent 48 | 19d9647d0639 |
1 --- a/trunk/basic_image_finder.py Sun Apr 27 21:16:59 2008 -0400 2 +++ b/trunk/basic_image_finder.py Fri May 09 10:57:46 2008 -0400 3 @@ -31,4 +31,5 @@ 4 root = "/home/sam/images" 5 6 os.path.walk(root, visit, arg) 7 -print arg.results 8 \ No newline at end of file 9 +print arg.results 10 +print arg.results.keys()