changeset 12842:9905fb060ace stable

lsprof: remove #!-line from non-executable script It triggered an rpmlint error, reported by Neal Becker.
author Martin Geisler <mg@lazybytes.net>
date Mon, 25 Oct 2010 23:46:26 +0200
parents 5fbc2c38a98f
children 8aeb6184b008
files mercurial/lsprof.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/lsprof.py	Sat Oct 23 20:10:18 2010 +0200
+++ b/mercurial/lsprof.py	Mon Oct 25 23:46:26 2010 +0200
@@ -1,5 +1,3 @@
-#! /usr/bin/env python
-
 import sys
 from _lsprof import Profiler, profiler_entry