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

Unified Diff: common/battor/battor/__init__.py

Issue 1920023002: [BattOr] Add real device smoke test (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: Created 4 years, 8 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 | « catapult_build/build_steps.py ('k') | common/battor/battor/battor_binary_dependencies.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/battor/battor/__init__.py
diff --git a/common/battor/battor/__init__.py b/common/battor/battor/__init__.py
index 7760cc457dc56238724ffef01893e518262bed90..cb28d15fd3390a0a291c0652f505dd1240c6a730 100644
--- a/common/battor/battor/__init__.py
+++ b/common/battor/battor/__init__.py
@@ -22,3 +22,5 @@ _CATAPULT_DIR = os.path.join(
_AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager')
_AddDirToPythonPath(_CATAPULT_DIR, 'devil')
+_AddDirToPythonPath(_CATAPULT_DIR, 'telemetry', 'third_party', 'pyserial')
+
« no previous file with comments | « catapult_build/build_steps.py ('k') | common/battor/battor/battor_binary_dependencies.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698