Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Ddevshell.py35 class NoDevshellServer(Error): class
70 raise NoDevshellServer()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_devshell.py28 from oauth2client.devshell import NoDevshellServer
84 self.assertRaises(NoDevshellServer, DevshellCredentials)
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_api.py335 except devshell.NoDevshellServer: