hgext/hgk.py
changeset 3963 ba45041827a2
parent 3877 abaee83ce0a6
child 3978 ee5663cb4406
--- 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):