[pypy-svn] r19270 - pypy/dist/pypy/tool/pytest

arigo at codespeak.net arigo at codespeak.net
Mon Oct 31 18:09:00 CET 2005


Author: arigo
Date: Mon Oct 31 18:08:54 2005
New Revision: 19270

Modified:
   pypy/dist/pypy/tool/pytest/genreportdata.py
Log:
genreportdata.py marked executable but missing the #! line


Modified: pypy/dist/pypy/tool/pytest/genreportdata.py
==============================================================================
--- pypy/dist/pypy/tool/pytest/genreportdata.py	(original)
+++ pypy/dist/pypy/tool/pytest/genreportdata.py	Mon Oct 31 18:08:54 2005
@@ -1,3 +1,4 @@
+#! /usr/bin/env python
 import autopath
 import py
 import sys



More information about the Pypy-commit mailing list