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

Modified Files:
        cache.py 
Log Message:
delete cache on mmpython update

Index: cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/cache.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** cache.py    12 May 2004 20:07:01 -0000      1.34
--- cache.py    6 Jun 2004 06:41:47 -0000       1.35
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.35  2004/06/06 06:41:47  dischi
+ # delete cache on mmpython update
+ #
  # Revision 1.34  2004/05/12 20:07:01  dischi
  # do not delete raw files for discs
***************
*** 178,186 ****
          print 'deleting cache files..................................',
          sys.__stdout__.flush()
!         for f in util.recursefolders(config.OVERLAY_DIR,1,'mmpython.cache',1):
!             os.unlink(f)
!         if rebuild == 2:
!             for f in util.match_files(config.OVERLAY_DIR + '/disc/metadata', 
['mmpython']):
!                 os.unlink(f)
          print 'done'
  
--- 181,185 ----
          print 'deleting cache files..................................',
          sys.__stdout__.flush()
!         mediainfo.del_cache()
          print 'done'
  



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to