hgext/hgk.py
changeset 3963 ba45041827a2
parent 3886 abaee83ce0a6
child 3978 ee5663cb4406
--- a/hgext/hgk.py
+++ b/hgext/hgk.py
@@ -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):