Revision e1bd0072

b/lib/utils.py
1415 1415
  while time.time() < end and IsProcessAlive(pid):
1416 1416
    time.sleep(0.1)
1417 1417
  if IsProcessAlive(pid):
1418
    _helper(pid, signal.SIGKILL, wait)
1418
    _helper(pid, signal.SIGKILL, waitpid)
1419 1419

  
1420 1420

  
1421 1421
def FindFile(name, search_path, test=os.path.exists):

Also available in: Unified diff