# HG changeset patch # User Thomas Arendsen Hein # Date 2007-03-01 21:15:17 # Node ID 306055f5b65c81437493b005ef0249a596f5da11 # Parent c95060a5391a084edc758c5d972f0cc7ca77b35b Unified #! paths for python scripts and removed them for test modules. diff --git a/tests/coverage.py b/tests/coverage.py --- a/tests/coverage.py +++ b/tests/coverage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Perforce Defect Tracking Integration Project # diff --git a/tests/md5sum.py b/tests/md5sum.py --- 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 # diff --git a/tests/test-doctest.py b/tests/test-doctest.py --- a/tests/test-doctest.py +++ b/tests/test-doctest.py @@ -1,6 +1,3 @@ -#!/usr/bin/env python -# - import doctest import mercurial.changelog diff --git a/tests/test-trusted.py b/tests/test-trusted.py --- a/tests/test-trusted.py +++ b/tests/test-trusted.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Since it's not easy to write a test that portably deals # with files from different users/groups, we cheat a bit by # monkey-patching some functions in the util module