Mercurial > hg
changeset 14269:66257848c154
cmdutil: fix errors reported by pyflakes test
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Sun, 08 May 2011 21:24:30 +0200 |
parents | 00a881581400 |
children | d6907a5674a2 |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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