mercurial/localrepo.py
changeset 8390 beae42f3d93b
parent 8312 b87a50b7125c
child 8392 7e5cbb09515b
--- a/mercurial/localrepo.py	Thu May 14 15:24:36 2009 +0200
+++ b/mercurial/localrepo.py	Thu May 14 15:35:46 2009 +0200
@@ -9,7 +9,7 @@
 from i18n import _
 import repo, changegroup
 import changelog, dirstate, filelog, manifest, context
-import lock, transaction, ui, store, encoding
+import lock, transaction, store, encoding
 import util, extensions, hook, error
 import match as match_
 import merge as merge_