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

Unified Diff: mojo/tools/devtools.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/apptest_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/devtools.py
diff --git a/mojo/tools/devtools.py b/mojo/tools/devtools.py
index 590e4969c40d89f6d710aa39a925430fae2def01..28a0d9199518577c1d9e2f937b614e36a7a9765d 100644
--- a/mojo/tools/devtools.py
+++ b/mojo/tools/devtools.py
@@ -6,7 +6,7 @@ import os
import sys
-def add_pylib_to_path():
+def add_lib_to_path():
""" Adds the devtools pylib to path, allowing to use it in the internal
/mojo/tools/ tooling. """
sys.path.append(os.path.join(os.path.dirname(__file__),
« no previous file with comments | « mojo/tools/apptest_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698