[pypy-svn] r55644 - pypy/dist/pypy/translator/goal

antocuni at codespeak.net antocuni at codespeak.net
Sat Jun 7 10:53:39 CEST 2008


Author: antocuni
Date: Sat Jun  7 10:53:37 2008
New Revision: 55644

Added:
   pypy/dist/pypy/translator/goal/runpystone.py   (contents, props changed)
Log:
a short script to run pystone directly



Added: pypy/dist/pypy/translator/goal/runpystone.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/translator/goal/runpystone.py	Sat Jun  7 10:53:37 2008
@@ -0,0 +1,2 @@
+from test import pystone
+pystone.main()



More information about the Pypy-commit mailing list