diff mercurial/graphmod.py @ 14064:e4bfb9c337f3

remove unused imports and variables
author Alexander Solovyov <alexander@solovyov.net>
date Sat, 30 Apr 2011 13:59:14 +0200
parents 1c1e1232abdc
children f3d585c9b042
line wrap: on
line diff
--- a/mercurial/graphmod.py	Sat Apr 30 07:30:38 2011 -0500
+++ b/mercurial/graphmod.py	Sat Apr 30 13:59:14 2011 +0200
@@ -18,7 +18,6 @@
 """
 
 from mercurial.node import nullrev
-from mercurial.cmdutil import revrange
 
 CHANGESET = 'C'