cmdutil: cleanup imports
authorAlexander Solovyov <piranha@piranha.org.ua>
Thu, 27 May 2010 22:50:04 +0300
changeset 11231 1107888a1ad1
parent 11230 5116a077c3da
child 11232 97f6d2a02c1f
cmdutil: cleanup imports
mercurial/cmdutil.py
--- a/mercurial/cmdutil.py	Thu May 27 17:47:40 2010 +0200
+++ b/mercurial/cmdutil.py	Thu May 27 22:50:04 2010 +0300
@@ -8,7 +8,7 @@
 from node import hex, nullid, nullrev, short
 from i18n import _
 import os, sys, errno, re, glob, tempfile
-import mdiff, bdiff, util, templater, patch, error, encoding, templatekw
+import util, templater, patch, error, encoding, templatekw
 import match as _match
 import similar