mq: remove unused import
authorHenrik Stuart <hg@hstuart.dk>
Wed, 10 Feb 2010 21:17:58 +0100
changeset 10410 b59fba37e5e6
parent 10409 4c94a3df4b10
child 10411 af4c42ec19ed
mq: remove unused import
hgext/mq.py
--- a/hgext/mq.py	Wed Feb 10 20:27:46 2010 +0100
+++ b/hgext/mq.py	Wed Feb 10 21:17:58 2010 +0100
@@ -43,7 +43,7 @@
 from mercurial.i18n import _
 from mercurial.node import bin, hex, short, nullid, nullrev
 from mercurial.lock import release
-from mercurial import commands, cmdutil, dispatch, hg, patch, util
+from mercurial import commands, cmdutil, hg, patch, util
 from mercurial import repair, extensions, url, error
 import os, sys, re, errno