[pypy-svn] r55212 - pypy/dist/pypy/lang/gameboy

cami at codespeak.net cami at codespeak.net
Sun May 25 19:47:08 CEST 2008


Author: cami
Date: Sun May 25 19:47:07 2008
New Revision: 55212

Modified:
   pypy/dist/pypy/lang/gameboy/gameboyTest.py
Log:
fixed rom path


Modified: pypy/dist/pypy/lang/gameboy/gameboyTest.py
==============================================================================
--- pypy/dist/pypy/lang/gameboy/gameboyTest.py	(original)
+++ pypy/dist/pypy/lang/gameboy/gameboyTest.py	Sun May 25 19:47:07 2008
@@ -4,6 +4,8 @@
 from AppKit import NSApplication
 NSApplication.sharedApplication()
 
+ROM_PATH = str(py.magic.autopath().dirpath())+"/rom"
+
 filename = ""
 if len(sys.argv) > 1:
     print sys.argv



More information about the Pypy-commit mailing list