cmdutil: fix errors reported by pyflakes test
authorSune Foldager <cryo@cyanite.org>
Sun, 08 May 2011 21:24:30 +0200
changeset 14269 66257848c154
parent 14260 00a881581400
child 14270 d6907a5674a2
cmdutil: fix errors reported by pyflakes test
mercurial/cmdutil.py
--- a/mercurial/cmdutil.py	Sun May 08 17:48:31 2011 +0200
+++ b/mercurial/cmdutil.py	Sun May 08 21:24:30 2011 +0200
@@ -7,10 +7,10 @@
 
 from node import hex, nullid, nullrev, short
 from i18n import _
-import os, sys, errno, re, glob, tempfile
+import os, sys, errno, re, tempfile
 import util, scmutil, templater, patch, error, templatekw, wdutil
 import match as matchmod
-import similar, revset, subrepo
+import revset, subrepo
 
 expandpats = wdutil.expandpats
 match = wdutil.match