Unified #! paths for python scripts and removed them for test modules.
authorThomas Arendsen Hein <thomas@intevation.de>
Thu, 01 Mar 2007 22:15:17 +0100
changeset 4122 306055f5b65c
parent 4115 c95060a5391a
child 4123 00923fbce248
child 4127 a3a6f71edf2e
Unified #! paths for python scripts and removed them for test modules.
tests/coverage.py
tests/md5sum.py
tests/test-doctest.py
tests/test-trusted.py
--- a/tests/coverage.py	Tue Feb 27 16:20:06 2007 -0600
+++ b/tests/coverage.py	Thu Mar 01 22:15:17 2007 +0100
@@ -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	Tue Feb 27 16:20:06 2007 -0600
+++ b/tests/md5sum.py	Thu Mar 01 22:15:17 2007 +0100
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
 #
 # Based on python's Tools/scripts/md5sum.py
 #
--- a/tests/test-doctest.py	Tue Feb 27 16:20:06 2007 -0600
+++ b/tests/test-doctest.py	Thu Mar 01 22:15:17 2007 +0100
@@ -1,6 +1,3 @@
-#!/usr/bin/env python
-#
-
 import doctest
 
 import mercurial.changelog
--- a/tests/test-trusted.py	Tue Feb 27 16:20:06 2007 -0600
+++ b/tests/test-trusted.py	Thu Mar 01 22:15:17 2007 +0100
@@ -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