diff mercurial/match.py @ 9036:32e678f9045f

split local and stdlib module imports (eases migration issues)
author Alejandro Santos <alejolp@alejolp.com>
date Sun, 05 Jul 2009 11:06:09 +0200
parents 0289f384e1e5
children 25e572394f5c
line wrap: on
line diff
--- 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=[],