compat.subprocess.call API [rev. unknown]

def call(*args, **kwargs):

Run command with arguments. Wait for command to complete, then return the returncode attribute. The arguments are the same as for the Popen constructor. Example: retcode = call(["ls", "-l"])