diff 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
line wrap: on
line diff
--- a/mercurial/posix.py	Sat Jul 23 14:33:35 2011 -0500
+++ b/mercurial/posix.py	Sat Jul 23 12:29:52 2011 +0200
@@ -348,3 +348,6 @@
     child process under Windows, unneeded on other systems.
     """
     pass
+
+def executablepath():
+    return None # available on Windows only