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

Unified Diff: mojo/tools/mopy_internal/transitive_hash.py

Issue 878933003: Move the apptest runner and parts of mopy to the public SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/mopy_internal/perf_data_uploader.py ('k') | mojo/tools/mopy_internal/version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mopy_internal/transitive_hash.py
diff --git a/mojo/tools/mopy/transitive_hash.py b/mojo/tools/mopy_internal/transitive_hash.py
similarity index 96%
rename from mojo/tools/mopy/transitive_hash.py
rename to mojo/tools/mopy_internal/transitive_hash.py
index 740892b27c4b8db431c10e8fb46c8fe984b70620..f2a6dd9fd9d166c9f4e43890043bc7e348166660 100644
--- a/mojo/tools/mopy/transitive_hash.py
+++ b/mojo/tools/mopy_internal/transitive_hash.py
@@ -12,8 +12,8 @@ from hashlib import sha256
# pylint: enable=E0611
from os.path import basename, realpath
-from mopy.file_hash import file_hash
-from mopy.memoize import memoize
+from mopy_internal.file_hash import file_hash
+from mopy_internal.memoize import memoize
_logging = logging.getLogger()
« no previous file with comments | « mojo/tools/mopy_internal/perf_data_uploader.py ('k') | mojo/tools/mopy_internal/version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698