comparison mercurial/lsprof.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents 30c40ba10963
children 8fee8ff13d37
comparison
equal deleted inserted replaced
6211:f89fd07fc51d 6212:e75aab656f46
1 #! /usr/bin/env python 1 #! /usr/bin/env python
2 2
3 import sys 3 import sys
4 from _lsprof import Profiler, profiler_entry, profiler_subentry 4 from _lsprof import Profiler, profiler_entry
5 5
6 __all__ = ['profile', 'Stats'] 6 __all__ = ['profile', 'Stats']
7 7
8 def profile(f, *args, **kwds): 8 def profile(f, *args, **kwds):
9 """XXX docstring""" 9 """XXX docstring"""