[pypy-svn] r44605 - pypy/dist/pypy/bin

antocuni at codespeak.net antocuni at codespeak.net
Thu Jun 28 17:25:46 CEST 2007


Author: antocuni
Date: Thu Jun 28 17:25:46 2007
New Revision: 44605

Added:
   pypy/dist/pypy/bin/carbonpython.py   (contents, props changed)
Log:
add a script for carbonpython to the bin directory



Added: pypy/dist/pypy/bin/carbonpython.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/bin/carbonpython.py	Thu Jun 28 17:25:46 2007
@@ -0,0 +1,5 @@
+#! /usr/bin/env python
+import autopath, sys
+from pypy.translator.cli.carbonpython import main
+
+main(sys.argv)



More information about the Pypy-commit mailing list