mercurial/match.py
changeset 9036 32e678f9045f
parent 8761 0289f384e1e5
child 10263 25e572394f5c
--- 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=[],