comparison mercurial/posix.py @ 14926:4e7e63fc685a

util: eliminate wildcard imports
author Adrian Buehlmann <adrian@cadifra.com>
date Sat, 23 Jul 2011 12:29:52 +0200
parents 5b39503157fd
children 2aa3e07b2f07
comparison
equal deleted inserted replaced
14925:ab545a15d807 14926:4e7e63fc685a
346 346
347 Used to hide the window opened when starting asynchronous 347 Used to hide the window opened when starting asynchronous
348 child process under Windows, unneeded on other systems. 348 child process under Windows, unneeded on other systems.
349 """ 349 """
350 pass 350 pass
351
352 def executablepath():
353 return None # available on Windows only