lsprof: remove #!-line from non-executable script stable
authorMartin Geisler <mg@lazybytes.net>
Mon, 25 Oct 2010 23:46:26 +0200
branchstable
changeset 12842 9905fb060ace
parent 12841 5fbc2c38a98f
child 12843 8aeb6184b008
lsprof: remove #!-line from non-executable script It triggered an rpmlint error, reported by Neal Becker.
mercurial/lsprof.py
--- 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