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

Unified Diff: mojo/devtools/common/devtoolslib/android_shell.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/__init__.py ('k') | mojo/devtools/common/devtoolslib/apptest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/devtoolslib/android_shell.py
diff --git a/mojo/devtools/common/pylib/android_shell.py b/mojo/devtools/common/devtoolslib/android_shell.py
similarity index 99%
rename from mojo/devtools/common/pylib/android_shell.py
rename to mojo/devtools/common/devtoolslib/android_shell.py
index fe44283c2c3428b80296d439bcb619c9a0833828..4bae3de4449c5de79b7ba20bcd41a67d3d93a756 100644
--- a/mojo/devtools/common/pylib/android_shell.py
+++ b/mojo/devtools/common/devtoolslib/android_shell.py
@@ -15,8 +15,8 @@ import threading
import time
import urlparse
-from pylib.http_server import StartHttpServer
-from pylib.shell import Shell
+from devtoolslib.http_server import StartHttpServer
+from devtoolslib.shell import Shell
# Tags used by the mojo shell application logs.
« no previous file with comments | « mojo/devtools/common/devtoolslib/__init__.py ('k') | mojo/devtools/common/devtoolslib/apptest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698