comparison mercurial/lsprof.py @ 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 23e608f42f2c
children b1dcc5ab86cd
comparison
equal deleted inserted replaced
12841:5fbc2c38a98f 12842:9905fb060ace
1 #! /usr/bin/env python
2
3 import sys 1 import sys
4 from _lsprof import Profiler, profiler_entry 2 from _lsprof import Profiler, profiler_entry
5 3
6 __all__ = ['profile', 'Stats'] 4 __all__ = ['profile', 'Stats']
7 5