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

Unified Diff: mojo/tools/apptest_runner.py

Issue 1128153002: Rename the devtools library: pylib -> devtoolslib. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address offline comments/ devtools_lib -> devtoolslib. Created 5 years, 7 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 | « mojo/tools/android_mojo_shell.py ('k') | mojo/tools/devtools.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/apptest_runner.py
diff --git a/mojo/tools/apptest_runner.py b/mojo/tools/apptest_runner.py
index e1da5e5004941f811cfb18e8af1e58fd43587c02..4038707bfe07e7139bb687b9ad363300e1a2c30a 100755
--- a/mojo/tools/apptest_runner.py
+++ b/mojo/tools/apptest_runner.py
@@ -10,11 +10,11 @@ import logging
import sys
import devtools
-devtools.add_pylib_to_path()
-from pylib.android_shell import AndroidShell
-from pylib.linux_shell import LinuxShell
-from pylib.apptest_dart import run_dart_apptest
-from pylib.apptest_gtest import run_gtest_apptest
+devtools.add_lib_to_path()
+from devtoolslib.android_shell import AndroidShell
+from devtoolslib.linux_shell import LinuxShell
+from devtoolslib.apptest_dart import run_dart_apptest
+from devtoolslib.apptest_gtest import run_gtest_apptest
from mopy import gtest
from mopy.config import Config
« no previous file with comments | « mojo/tools/android_mojo_shell.py ('k') | mojo/tools/devtools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698