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

Unified Diff: mojo/devtools/common/devtoolslib/apptest_gtest.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
Index: mojo/devtools/common/devtoolslib/apptest_gtest.py
diff --git a/mojo/devtools/common/pylib/apptest_gtest.py b/mojo/devtools/common/devtoolslib/apptest_gtest.py
similarity index 98%
rename from mojo/devtools/common/pylib/apptest_gtest.py
rename to mojo/devtools/common/devtoolslib/apptest_gtest.py
index 41c9d6a19044fff28bac22987eb5db47f61720a9..5308f096fc587989c5076b22eb2896b7cca35d14 100644
--- a/mojo/devtools/common/pylib/apptest_gtest.py
+++ b/mojo/devtools/common/devtoolslib/apptest_gtest.py
@@ -9,7 +9,7 @@ runner."""
import logging
import re
-from pylib.apptest import run_apptest
+from devtoolslib.apptest import run_apptest
_logger = logging.getLogger()
« no previous file with comments | « mojo/devtools/common/devtoolslib/apptest_dart.py ('k') | mojo/devtools/common/devtoolslib/apptest_gtest_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698