Mercurial > hg > mercurial-crew
changeset 4122:306055f5b65c
Unified #! paths for python scripts and removed them for test modules.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 01 Mar 2007 22:15:17 +0100 |
parents | c95060a5391a |
children | 00923fbce248 a3a6f71edf2e |
files | tests/coverage.py tests/md5sum.py tests/test-doctest.py tests/test-trusted.py |
diffstat | 4 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/coverage.py +++ b/tests/coverage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Perforce Defect Tracking Integration Project # <http://www.ravenbrook.com/project/p4dti/>
--- a/tests/md5sum.py +++ b/tests/md5sum.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # # Based on python's Tools/scripts/md5sum.py #