Mercurial > public > mercurial-scm > hg
diff hgext/hgk.py @ 3963:ba45041827a2
remove various unused import
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 25 Dec 2006 13:37:00 +0100 |
parents | abaee83ce0a6 |
children | ee5663cb4406 |
line wrap: on
line diff
--- a/hgext/hgk.py Sun Dec 24 22:55:34 2006 +0100 +++ b/hgext/hgk.py Mon Dec 25 13:37:00 2006 +0100 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -import time, sys, signal, os +import sys, os from mercurial import hg, fancyopts, commands, ui, util, patch, revlog def difftree(ui, repo, node1=None, node2=None, *files, **opts):