changeset 6212 | e75aab656f46 |
parent 5992 | 30c40ba10963 |
child 7008 | 8fee8ff13d37 |
--- 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']