Searched refs:ShellCommand (Results 1 – 3 of 3) sorted by relevance
3 from boto.utils import ShellCommand, get_ts31 self.last_command = ShellCommand(command, cwd=cwd)
33 from boto.utils import ShellCommand59 … is_mysql_running_command = ShellCommand('mysqladmin ping') # exit status 0 if mysql is running
537 class ShellCommand(object): class