Update of /cvsroot/freevo/freevo/src/games
In directory sc8-pr-cvs1:/tmp/cvs-serv16384/src/games

Modified Files:
        mame_cache.py 
Log Message:
xmame should run through runapp.


Index: mame_cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/games/mame_cache.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** mame_cache.py       11 Jul 2003 19:49:23 -0000      1.10
--- mame_cache.py       12 Jul 2003 18:34:35 -0000      1.11
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2003/07/12 18:34:35  rshortt
+ # xmame should run through runapp.
+ #
  # Revision 1.10  2003/07/11 19:49:23  dischi
  # use pickle wrapper
***************
*** 144,148 ****
  
      try:
!         listinfo = os.popen(config.MAME_CMD + ' --listinfo', 'r')
      except:
          print 'Unable to get mame listinfo.'
--- 147,151 ----
  
      try:
!         listinfo = os.popen('./runapp ' + config.MAME_CMD + ' --listinfo', 'r')
      except:
          print 'Unable to get mame listinfo.'




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to