diff -r 8e34f363dd77 -r 32e678f9045f mercurial/match.py --- a/mercurial/match.py Sun Jul 05 11:05:31 2009 +0200 +++ b/mercurial/match.py Sun Jul 05 11:06:09 2009 +0200 @@ -5,7 +5,8 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. -import util, re +import re +import util class match(object): def __init__(self, root, cwd, patterns, include=[], exclude=[],