Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv30589
Modified Files:
fxdimdb.py
Log Message:
Use my Python version of 'touch'
Index: fxdimdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/fxdimdb.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fxdimdb.py 20 Jul 2003 16:09:19 -0000 1.3
--- fxdimdb.py 20 Aug 2003 21:54:13 -0000 1.4
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.4 2003/08/20 21:54:13 outlyer
+ # Use my Python version of 'touch'
+ #
# Revision 1.3 2003/07/20 16:09:19 dischi
# & -> &
***************
*** 66,69 ****
--- 69,73 ----
import codecs
import os
+ import util
***************
*** 447,451 ****
i.write("</freevo>\n")
! os.system('touch /tmp/freevo-rebuild-database')
def write_movie(self):
--- 451,456 ----
i.write("</freevo>\n")
! util.touch('/tmp/freevo-rebuild-database')
!
def write_movie(self):
***************
*** 492,496 ****
i.write('</freevo>\n')
! os.system('touch /tmp/freevo-rebuild-database')
def update_movie(self):
--- 497,503 ----
i.write('</freevo>\n')
! util.touch('/tmp/freevo-rebuild-database')
!
!
def update_movie(self):
***************
*** 541,545 ****
file.close()
! os.system('touch /tmp/freevo-rebuild-database')
def update_discset(self):
--- 548,554 ----
file.close()
! util.touch('/tmp/freevo-rebuild-database')
!
!
def update_discset(self):
***************
*** 590,595 ****
file.close()
! os.system('touch /tmp/freevo-rebuild-database')
!
def parsedata(self, results, id=0):
--- 599,606 ----
file.close()
! util.touch('/tmp/freevo-rebuild-database')
!
!
!
def parsedata(self, results, id=0):
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog