diff hgext/bookmarks.py @ 10463:5ddde896a19d stable

remove unused imports
author Brodie Rao <me+hg@dackz.net>
date Sun, 14 Feb 2010 01:52:31 -0500
parents d6512b3e9ac0
children f77f3383c666
line wrap: on
line diff
--- a/hgext/bookmarks.py	Sun Feb 14 13:58:30 2010 +0100
+++ b/hgext/bookmarks.py	Sun Feb 14 01:52:31 2010 -0500
@@ -30,7 +30,7 @@
 
 from mercurial.i18n import _
 from mercurial.node import nullid, nullrev, hex, short
-from mercurial import util, commands, localrepo, repair, extensions
+from mercurial import util, commands, repair, extensions
 import os
 
 def write(repo):