diff -r f89fd07fc51d -r e75aab656f46 mercurial/lsprof.py --- a/mercurial/lsprof.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/lsprof.py Thu Mar 06 22:23:41 2008 +0100 @@ -1,7 +1,7 @@ #! /usr/bin/env python import sys -from _lsprof import Profiler, profiler_entry, profiler_subentry +from _lsprof import Profiler, profiler_entry __all__ = ['profile', 'Stats']