Author: Alex Gaynor <alex.gay...@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.
 """
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to