Mercurial > public > mercurial-scm > hg
comparison tests/coverage.py @ 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 | 7a4d846b178f |
children | 0145f9afb0e7 |
comparison
equal
deleted
inserted
replaced
5593:6ae8ed59c7b4 | 5594:8623debad845 |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/env python |
2 # | 2 # |
3 # Perforce Defect Tracking Integration Project | 3 # Perforce Defect Tracking Integration Project |
4 # <http://www.ravenbrook.com/project/p4dti/> | 4 # <http://www.ravenbrook.com/project/p4dti/> |
5 # | 5 # |
6 # COVERAGE.PY -- COVERAGE TESTING | 6 # COVERAGE.PY -- COVERAGE TESTING |