Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21947/src/helpers

Modified Files:
        cache.py 
Log Message:
move videothumb module to kaa.thumb

Index: cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/cache.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** cache.py    8 Jul 2005 19:15:53 -0000       1.52
--- cache.py    27 Aug 2005 15:29:51 -0000      1.53
***************
*** 45,49 ****
  import mediadb
  import util.thumbnail as thumbnail
- import util.videothumb
  import util.fileops as fileops
  
--- 45,48 ----
***************
*** 255,259 ****
          print '  %4d/%-4d %s' % (files.index(filename)+1, len(files),
                                   os.path.basename(filename))
!         util.videothumb.snapshot(filename, update=False)
      print
      sys.exit(0)
--- 254,258 ----
          print '  %4d/%-4d %s' % (files.index(filename)+1, len(files),
                                   os.path.basename(filename))
!         kaa.thumb.videothumb(filename, update=False)
      print
      sys.exit(0)



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to