# HG changeset patch # User Martin Geisler # Date 2010-10-25 21:46:26 # Node ID 9905fb060ace706f6b98ed4f786cc2e2f85ec2fe # Parent 5fbc2c38a98f97f6dbbd2302d2fe36be4ae19977 lsprof: remove #!-line from non-executable script It triggered an rpmlint error, reported by Neal Becker. diff --git a/mercurial/lsprof.py b/mercurial/lsprof.py --- a/mercurial/lsprof.py +++ b/mercurial/lsprof.py @@ -1,5 +1,3 @@ -#! /usr/bin/env python - import sys from _lsprof import Profiler, profiler_entry