Mercurial > public > mercurial-scm > hg-stable
diff mercurial/lsprofcalltree.py @ 8390:beae42f3d93b
drop unused imports
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Thu, 14 May 2009 15:35:46 +0200 |
parents | 9a1b86cfd29e |
children | 071af8d385a9 |
line wrap: on
line diff
--- 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)