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

Unified Diff: mojo/public/python/mojo_bindings/messaging.py

Issue 843523002: Delete empty mojo python package, and prefix all python packages with mojo_ (Closed) Base URL: git@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/public/python/mojo_bindings/descriptor.py ('k') | mojo/public/python/mojo_bindings/promise.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/python/mojo_bindings/messaging.py
diff --git a/mojo/public/python/mojo/bindings/messaging.py b/mojo/public/python/mojo_bindings/messaging.py
similarity index 99%
rename from mojo/public/python/mojo/bindings/messaging.py
rename to mojo/public/python/mojo_bindings/messaging.py
index c1d54fc8cb84430229cf37061d1c15397728c569..385a08099b7a338a1194d812c77a0ce7e85179a7 100644
--- a/mojo/public/python/mojo/bindings/messaging.py
+++ b/mojo/public/python/mojo_bindings/messaging.py
@@ -9,10 +9,10 @@ import struct
import sys
import weakref
-import mojo.bindings.serialization as serialization
+import mojo_bindings.serialization as serialization
# pylint: disable=E0611,F0401
-import mojo.system as system
+import mojo_system as system
# The flag values for a message header.
« no previous file with comments | « mojo/public/python/mojo_bindings/descriptor.py ('k') | mojo/public/python/mojo_bindings/promise.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698