Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3596)

Unified Diff: catapult_build/__init__.py

Issue 2065163002: [Devil] Run devil real device tests on android devices when available. (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: path issue Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | catapult_build/build_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/__init__.py
diff --git a/catapult_build/__init__.py b/catapult_build/__init__.py
index 1b08fe2dcd82a29788aae9b068c363e834f15d02..13d9699ab53dcc31994ca35c4888d96ddc269860 100644
--- a/catapult_build/__init__.py
+++ b/catapult_build/__init__.py
@@ -26,6 +26,7 @@ def _UpdateSysPathIfNeeded():
_AddToPathIfNeeded(os.path.join(catapult_path, 'tracing'))
_AddToPathIfNeeded(os.path.join(catapult_path, 'perf_insights'))
_AddToPathIfNeeded(os.path.join(catapult_path, 'dashboard'))
+ _AddToPathIfNeeded(os.path.join(catapult_path, 'devil'))
nednguyen 2016/06/14 18:34:47 Hmhh, this seems wrong. Are we using any module in
_UpdateSysPathIfNeeded()
« no previous file with comments | « no previous file | catapult_build/build_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698