[pypy-svn] rev 2374 - pypy/trunk/src/pypy

sschwarzer at codespeak.net sschwarzer at codespeak.net
Tue Dec 16 15:32:36 CET 2003


Author: sschwarzer
Date: Tue Dec 16 15:32:35 2003
New Revision: 2374

Modified:
   pypy/trunk/src/pypy/test_all.py
Log:
Made file executable.


Modified: pypy/trunk/src/pypy/test_all.py
==============================================================================
--- pypy/trunk/src/pypy/test_all.py	(original)
+++ pypy/trunk/src/pypy/test_all.py	Tue Dec 16 15:32:35 2003
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 import tool.autopath
 from pypy.tool import test
 


More information about the Pypy-commit mailing list