[pypy-svn] r71718 - in pypy/trunk/pypy: lib/test2 translator/microbench/pybench

getxsick at codespeak.net getxsick at codespeak.net
Thu Mar 4 02:48:00 CET 2010


Author: getxsick
Date: Thu Mar  4 02:47:50 2010
New Revision: 71718

Modified:
   pypy/trunk/pypy/lib/test2/pickledtasklet.py
   pypy/trunk/pypy/translator/microbench/pybench/platform.py
   pypy/trunk/pypy/translator/microbench/pybench/pybench.py
Log:
update shebang to independent version

Modified: pypy/trunk/pypy/lib/test2/pickledtasklet.py
==============================================================================
--- pypy/trunk/pypy/lib/test2/pickledtasklet.py	(original)
+++ pypy/trunk/pypy/lib/test2/pickledtasklet.py	Thu Mar  4 02:47:50 2010
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 import pickle, sys
 import stackless
 

Modified: pypy/trunk/pypy/translator/microbench/pybench/platform.py
==============================================================================
--- pypy/trunk/pypy/translator/microbench/pybench/platform.py	(original)
+++ pypy/trunk/pypy/translator/microbench/pybench/platform.py	Thu Mar  4 02:47:50 2010
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/env python
 
 """ This module tries to retrieve as much platform identifying data as
     possible. It makes this information available via function APIs.

Modified: pypy/trunk/pypy/translator/microbench/pybench/pybench.py
==============================================================================
--- pypy/trunk/pypy/translator/microbench/pybench/pybench.py	(original)
+++ pypy/trunk/pypy/translator/microbench/pybench/pybench.py	Thu Mar  4 02:47:50 2010
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python -O
+#!/usr/bin/env python -O
 
 """ A Python Benchmark Suite
 """



More information about the Pypy-commit mailing list