[pypy-commit] pypy default: Fix (probably a merge error?)

arigo pypy.commits at gmail.com
Thu Nov 17 04:17:16 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r88426:31fb79a2893f
Date: 2016-11-17 10:16 +0100
http://bitbucket.org/pypy/pypy/changeset/31fb79a2893f/

Log:	Fix (probably a merge error?)

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


More information about the pypy-commit mailing list