hgext/progress.py
changeset 14139 4e5a36eeefd1
parent 13236 3f299f5d9a29
child 14174 bab267e7fc1a
--- a/hgext/progress.py	Sat Apr 30 23:27:00 2011 +0200
+++ b/hgext/progress.py	Sun May 01 15:21:57 2011 +0200
@@ -47,7 +47,6 @@
 import time
 
 from mercurial.i18n import _
-from mercurial import util
 
 def spacejoin(*args):
     return ' '.join(s for s in args if s)