Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv14925/src
Modified Files: directory.py Log Message: check for older mmpython version Index: directory.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/directory.py,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** directory.py 16 Nov 2003 17:41:04 -0000 1.58 --- directory.py 20 Nov 2003 14:13:08 -0000 1.59 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.59 2003/11/20 14:13:08 dischi + # check for older mmpython version + # # Revision 1.58 2003/11/16 17:41:04 dischi # i18n patch from David Sagnol *************** *** 571,575 **** if num_changes > 0: ! mmpython.cache_dir(mmpython_dir, callback=callback) if self.media: self.media.cached = True --- 574,586 ---- if num_changes > 0: ! try: ! mmpython.cache_dir(mmpython_dir, callback=callback) ! except TypeError: ! print ! print 'ERROR:' ! print 'Your mmpython version is too old, please update' ! print ! mmpython.cache_dir(mmpython_dir) ! if self.media: self.media.cached = True ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog