hgext/convert/hg.py
changeset 6212 e75aab656f46
parent 6211 f89fd07fc51d
child 6217 fe8dbbe9520d
--- a/hgext/convert/hg.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/hgext/convert/hg.py	Thu Mar 06 22:23:41 2008 +0100
@@ -16,7 +16,7 @@
 import os, time
 from mercurial.i18n import _
 from mercurial.node import bin, hex, nullid
-from mercurial import hg, lock, revlog, util
+from mercurial import hg, revlog, util
 
 from common import NoRepo, commit, converter_source, converter_sink