comparison mercurial/windows.py @ 14926:4e7e63fc685a

util: eliminate wildcard imports
author Adrian Buehlmann <adrian@cadifra.com>
date Sat, 23 Jul 2011 12:29:52 +0200
parents d2d592718e90
children 2aa3e07b2f07
comparison
equal deleted inserted replaced
14925:ab545a15d807 14926:4e7e63fc685a
279 279
280 def groupmembers(name): 280 def groupmembers(name):
281 # Don't support groups on Windows for now 281 # Don't support groups on Windows for now
282 raise KeyError() 282 raise KeyError()
283 283
284 def isexec(f):
285 return False
286
284 from win32 import * 287 from win32 import *
285 288
286 expandglobs = True 289 expandglobs = True