changeset 8390 | beae42f3d93b |
parent 8024 | 9a1b86cfd29e |
child 27505 | 071af8d385a9 |
--- a/mercurial/lsprofcalltree.py Thu May 14 15:24:36 2009 +0200 +++ b/mercurial/lsprofcalltree.py Thu May 14 15:35:46 2009 +0200 @@ -10,10 +10,6 @@ of the GNU General Public License, incorporated herein by reference. """ -import optparse -import os -import sys - def label(code): if isinstance(code, str): return '~' + code # built-in functions ('~' sorts at the end)