Add missing imports personal-scripts
authorSam Hart <criswellious@gmail.com>
Sun Apr 27 21:16:59 2008 -0400 (2 months ago)
branchpersonal-scripts
changeset 4819d9647d0639
parent 47852be106a4bd
child 493c1e25e76f4d
Add missing imports
trunk/basic_image_finder.py
       1 --- a/trunk/basic_image_finder.py	Sun Apr 27 21:16:21 2008 -0400
       2 +++ b/trunk/basic_image_finder.py	Sun Apr 27 21:16:59 2008 -0400
       3 @@ -1,4 +1,7 @@
       4  #! /usr/bin/env python
       5 +
       6 +import os
       7 +import fnmatch
       8  
       9  pattern_list = ['*.jpg',
      10                  '*.jpeg',