diff 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
line wrap: on
line diff
--- 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']