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

Unified Diff: mojo/devtools/common/devtoolslib/apptest_dart.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/devtools/common/devtoolslib/apptest.py ('k') | mojo/devtools/common/devtoolslib/apptest_gtest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/devtoolslib/apptest_dart.py
diff --git a/mojo/devtools/common/pylib/apptest_dart.py b/mojo/devtools/common/devtoolslib/apptest_dart.py
similarity index 96%
rename from mojo/devtools/common/pylib/apptest_dart.py
rename to mojo/devtools/common/devtoolslib/apptest_dart.py
index 41fdb2bd0cc5a46f20a4dbe4d3d5eb6bda595d78..b21ac84f7ffc2565059f2e6d0d14f7911d0658fe 100644
--- a/mojo/devtools/common/pylib/apptest_dart.py
+++ b/mojo/devtools/common/devtoolslib/apptest_dart.py
@@ -9,7 +9,7 @@ import logging
_logging = logging.getLogger()
-from pylib.apptest import run_apptest
+from devtoolslib.apptest import run_apptest
def _dart_apptest_output_test(output):
« no previous file with comments | « mojo/devtools/common/devtoolslib/apptest.py ('k') | mojo/devtools/common/devtoolslib/apptest_gtest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698