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

Modified Files:
        cache.py 
Log Message:
more old files to remove


Index: cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/cache.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** cache.py    7 Feb 2004 13:08:41 -0000       1.19
--- cache.py    7 Feb 2004 20:46:21 -0000       1.20
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.20  2004/02/07 20:46:21  dischi
+ # more old files to remove
+ #
  # Revision 1.19  2004/02/07 13:08:41  dischi
  # also remove covers in vfs if directory is gone
***************
*** 85,89 ****
      del_list = []
  
!     for name in ('image-viewer-thumb.jpg', 'thumbnails', 'audio', 'mmpython'):
          if os.path.exists(os.path.join(config.FREEVO_CACHEDIR, name)):
              del_list.append(os.path.join(config.FREEVO_CACHEDIR, name))
--- 88,92 ----
      del_list = []
  
!     for name in ('image-viewer-thumb.jpg', 'thumbnails', 'audio', 'mmpython', 
'disc'):
          if os.path.exists(os.path.join(config.FREEVO_CACHEDIR, name)):
              del_list.append(os.path.join(config.FREEVO_CACHEDIR, name))



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to