Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1:/tmp/cvs-serv25749
Modified Files: xml_parser.py Log Message: copy info to prevent mmpython from storing the fxd infos in the cache Index: xml_parser.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/video/xml_parser.py,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** xml_parser.py 3 Oct 2003 16:46:13 -0000 1.40 --- xml_parser.py 4 Oct 2003 19:51:04 -0000 1.41 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.41 2003/10/04 19:51:04 dischi + # copy info to prevent mmpython from storing the fxd infos in the cache + # # Revision 1.40 2003/10/03 16:46:13 dischi # moved the encoding type (latin-1) to the config file config.LOCALE *************** *** 61,64 **** --- 64,68 ---- import re import traceback + import copy import config *************** *** 564,567 **** --- 568,575 ---- mitem.image = image mitem.xml_file = file + + # copy info to prevent mmpython from storing + # the fxd infos in the cache + mitem.info = copy.copy(mitem.info) for i in info: mitem.info[i] = info[i] *************** *** 574,577 **** --- 582,589 ---- varitem.name = variant['name'] varitem.image = image + + # copy info to prevent mmpython from storing + # the fxd infos in the cache + varitem.info = copy.copy(varitem.info) for i in info: varitem.info[i] = info[i] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog