[pypy-svn] r39167 - pypy/dist/pypy/lang/js

fijal at codespeak.net fijal at codespeak.net
Sun Feb 18 19:01:35 CET 2007


Author: fijal
Date: Sun Feb 18 19:01:34 2007
New Revision: 39167

Modified:
   pypy/dist/pypy/lang/js/js_interactive.py
Log:
Quick hack to get rid of problems with options for ebnfparse. I would
rather go and fix it at some point


Modified: pypy/dist/pypy/lang/js/js_interactive.py
==============================================================================
--- pypy/dist/pypy/lang/js/js_interactive.py	(original)
+++ pypy/dist/pypy/lang/js/js_interactive.py	Sun Feb 18 19:01:34 2007
@@ -156,4 +156,6 @@
             print res        
 
 if __name__ == "__main__":
+    import py
+    py.test.config.parse(sys.argv)
     sys.exit(main())



More information about the Pypy-commit mailing list