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

mwh at codespeak.net mwh at codespeak.net
Thu Mar 16 14:17:03 CET 2006


Author: mwh
Date: Thu Mar 16 14:16:57 2006
New Revision: 24461

Modified:
   pypy/dist/pypy/bin/py.py
Log:
issue189 resolved

"py.py #! has extra space at the end"



Modified: pypy/dist/pypy/bin/py.py
==============================================================================
--- pypy/dist/pypy/bin/py.py	(original)
+++ pypy/dist/pypy/bin/py.py	Thu Mar 16 14:16:57 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/env python 
+#!/usr/bin/env python
 
 """Main entry point into the PyPy interpreter.  For a list of options, type
 



More information about the Pypy-commit mailing list