hgext/graphlog.py
changeset 14139 4e5a36eeefd1
parent 14133 28085b82f801
child 14311 9bbac962f4dd
--- a/hgext/graphlog.py	Sat Apr 30 23:27:00 2011 +0200
+++ b/hgext/graphlog.py	Sun May 01 15:21:57 2011 +0200
@@ -17,7 +17,7 @@
 from mercurial.i18n import _
 from mercurial.node import nullrev
 from mercurial import cmdutil, commands, extensions
-from mercurial import hg, scmutil, util, graphmod
+from mercurial import hg, util, graphmod
 
 ASCIIDATA = 'ASC'