added search method to IOUtil

This commit is contained in:
Sebastian Sdorra
2011-01-16 19:20:30 +01:00
parent c643dcfcbe
commit 6c98251b10
4 changed files with 174 additions and 135 deletions

View File

@@ -320,7 +320,7 @@ public class WindowsHgInstaller extends AbstractHgInstaller
if (python == null)
{
python = search(new String[0], "python");
python = IOUtil.search(new String[0], "python");
}
return python;