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

Unified Diff: tools/cr/cr/auto/user/__init__.py

Issue 71483003: [cr tool] Adding the main function and remaining pieces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr_commands
Patch Set: Chrome makes all shell scripts executable, even ones that should not be... Created 7 years, 1 month 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 | « tools/cr/cr.sh ('k') | tools/cr/cr/autocomplete.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/auto/user/__init__.py
diff --git a/build/android/pylib/uiautomator/__init__.py b/tools/cr/cr/auto/user/__init__.py
similarity index 69%
copy from build/android/pylib/uiautomator/__init__.py
copy to tools/cr/cr/auto/user/__init__.py
index cda7672a8d06dd3d79480cf415e1d37470f638a3..529b6f27e206de57dccbf2dc9f14c213b63d8e5d 100644
--- a/build/android/pylib/uiautomator/__init__.py
+++ b/tools/cr/cr/auto/user/__init__.py
@@ -2,3 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+"""A package to hold the modules loaded from the users home directory."""
« no previous file with comments | « tools/cr/cr.sh ('k') | tools/cr/cr/autocomplete.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698