changeset 5594:8623debad845

coverage: return to not assuming that python is in /usr/bin
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 02 Dec 2007 21:54:56 -0800
parents 6ae8ed59c7b4
children b95b2525c6e8
files tests/coverage.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/coverage.py	Sun Dec 02 21:52:40 2007 -0800
+++ b/tests/coverage.py	Sun Dec 02 21:54:56 2007 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 #             Perforce Defect Tracking Integration Project
 #              <http://www.ravenbrook.com/project/p4dti/>