coverage: return to not assuming that python is in /usr/bin
authorBryan O'Sullivan <bos@serpentine.com>
Sun, 02 Dec 2007 21:54:56 -0800
changeset 5594 8623debad845
parent 5593 6ae8ed59c7b4
child 5595 b95b2525c6e8
coverage: return to not assuming that python is in /usr/bin
tests/coverage.py
--- 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/>