[pypy-svn] r29402 - pypy/dist/pypy/translator/js/tools
ericvrp at codespeak.net
ericvrp at codespeak.net
Tue Jun 27 13:36:12 CEST 2006
Author: ericvrp
Date: Tue Jun 27 13:36:11 2006
New Revision: 29402
Modified:
pypy/dist/pypy/translator/js/tools/start_bnb.py
Log:
Removed automatic starting of the browser
Modified: pypy/dist/pypy/translator/js/tools/start_bnb.py
==============================================================================
--- pypy/dist/pypy/translator/js/tools/start_bnb.py (original)
+++ pypy/dist/pypy/translator/js/tools/start_bnb.py Tue Jun 27 13:36:11 2006
@@ -197,7 +197,7 @@
set_on_keyup(keyup)
from pypy.translator.js.demo.jsdemo.bnb import BnbRoot
- fn = compile_function(bnb, [], root = BnbRoot, run_browser = True)
+ fn = compile_function(bnb, [], root = BnbRoot, run_browser = False)
fn()
if __name__ == '__main__':
More information about the Pypy-commit
mailing list