Update of /cvsroot/freevo/freevo/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv24158

Modified Files:
        musicsqlimport.py 
Log Message:
Use the md5file() function from util instead of requiring fchksum.


Index: musicsqlimport.py
===================================================================
RCS file: /cvsroot/freevo/freevo/helpers/musicsqlimport.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** musicsqlimport.py   30 Jun 2003 04:38:47 -0000      1.2
--- musicsqlimport.py   30 Jun 2003 05:08:13 -0000      1.3
***************
*** 65,70 ****
      a = mmpython.parse(filename)
  
!     # You really, really want fchksum for this, it's about twice as fast as raw 
python.
!     md5 = fchksum.fmd5t(filename)[0]
  
      # This is ugly, how do I clean it up?
--- 65,69 ----
      a = mmpython.parse(filename)
  
!     md5 = util.md5file(filename)
  
      # This is ugly, how do I clean it up?




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to