[pypy-svn] rev 907 - pypy/trunk/src/pypy/interpreter

hpk at codespeak.net hpk at codespeak.net
Sun Jun 22 12:05:07 CEST 2003


Author: hpk
Date: Sun Jun 22 12:05:07 2003
New Revision: 907

Modified:
   pypy/trunk/src/pypy/interpreter/py.py
Log:
made it directly executable under unix


Modified: pypy/trunk/src/pypy/interpreter/py.py
==============================================================================
--- pypy/trunk/src/pypy/interpreter/py.py	(original)
+++ pypy/trunk/src/pypy/interpreter/py.py	Sun Jun 22 12:05:07 2003
@@ -1,3 +1,5 @@
+#!/usr/bin/env python 
+
 import autopath
 from pypy.tool import option
 from pypy.tool.optik import make_option


More information about the Pypy-commit mailing list