Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29752
Modified Files:
util.py
Log Message:
Just a simple pure python replacement for os.system('touch %s...')
Index: util.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** util.py 30 Jul 2003 15:13:01 -0000 1.39
--- util.py 20 Aug 2003 21:50:12 -0000 1.40
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.40 2003/08/20 21:50:12 outlyer
+ # Just a simple pure python replacement for os.system('touch %s...')
+ #
# Revision 1.39 2003/07/30 15:13:01 outlyer
# Add encoding to remove some warnings from Python 2.3. Has no effect on
***************
*** 576,580 ****
directory = directory[1:]
return os.path.join(config.MOVIE_DATA_DIR, directory)
!
#
--- 579,588 ----
directory = directory[1:]
return os.path.join(config.MOVIE_DATA_DIR, directory)
!
! def touch(file):
! fd = open(file,'w+')
! fd.close()
! return 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