diff hgext/progress.py @ 14139:4e5a36eeefd1

remove unused imports
author timeless <timeless@mozdev.org>
date Sun, 01 May 2011 15:21:57 +0200
parents 3f299f5d9a29
children bab267e7fc1a
line wrap: on
line diff
--- 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)