[pypy-commit] pypy default: Give pytest.py a shebang.

alex_gaynor noreply at buildbot.pypy.org
Thu Jun 16 23:27:39 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r44975:554fbb014d83
Date: 2011-06-16 14:30 -0700
http://bitbucket.org/pypy/pypy/changeset/554fbb014d83/

Log:	Give pytest.py a shebang.

diff --git a/pytest.py b/pytest.py
--- a/pytest.py
+++ b/pytest.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """
 unit and functional testing with Python.
 """


More information about the pypy-commit mailing list