Home
last modified time | relevance | path

Searched refs:ShellCommand (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dscriptbase.py3 from boto.utils import ShellCommand, get_ts
31 self.last_command = ShellCommand(command, cwd=cwd)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
Dmysql.py33 from boto.utils import ShellCommand
59 … is_mysql_running_command = ShellCommand('mysqladmin ping') # exit status 0 if mysql is running
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dutils.py537 class ShellCommand(object): class